We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5425718 commit ba6be9aCopy full SHA for ba6be9a
1 file changed
api/cmd/experiments/main.go
@@ -12,5 +12,5 @@ func main() {
12
if err != nil {
13
log.Fatal("Error loading .env file")
14
}
15
- _ := di.NewContainer("http-sms")
+ _ = di.NewContainer("http-sms")
16
0 commit comments