Skip to content

Commit

Permalink
Rebuild Error
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmmdriz committed Jun 24, 2024
1 parent 0c5357c commit 1571cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func main() {
os.Getenv("SMTP_PASSWORD"),
os.Getenv("SMTP_FROM"),
)

userGCSAPI := gcs_api.NewFileHandlingAPI(os.Getenv("GCS_CREDENTIALS"), "profile-photos/")
userRepo := user_rp.NewUserRepo(DB)
userUsecase := user_uc.NewUserUseCase(userRepo, mailTrapApi, userGCSAPI)
Expand Down

0 comments on commit 1571cc9

Please sign in to comment.