Skip to content

Commit

Permalink
Merge pull request #7 from rafaelpissolatto/feature/backend
Browse files Browse the repository at this point in the history
chore: realloc slack adapter
  • Loading branch information
rafaelpissolatto authored Aug 18, 2024
2 parents 08b1117 + 1db7326 commit 7b6b3d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmd/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

httpadapter "github.com/rafaelpissolatto/formUnity/backend/internal/adapter/api/http"
postgresadapter "github.com/rafaelpissolatto/formUnity/backend/internal/adapter/repository/postgres"
slackadapter "github.com/rafaelpissolatto/formUnity/backend/internal/adapter/slack"
slackadapter "github.com/rafaelpissolatto/formUnity/backend/internal/adapter/notification/slack"
"github.com/rafaelpissolatto/formUnity/backend/internal/domain/volunteer"
"github.com/slack-go/slack"

Expand Down

0 comments on commit 7b6b3d8

Please sign in to comment.