Skip to content

Commit

Permalink
fix start bff bug
Browse files Browse the repository at this point in the history
  • Loading branch information
teamgramio committed Mar 21, 2022
1 parent 77f3471 commit 2830d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bff/authorization/internal/dao/dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Dao struct {
func New(c config.Config) *Dao {
MMDB, err := geoip2.Open(mmdb)
if err != nil {
panic(err)
// panic(err)
}
return &Dao{
kv: kv.NewStore(c.KV),
Expand Down

0 comments on commit 2830d62

Please sign in to comment.