Skip to content

Commit 2830d62

Browse files
committed
fix start bff bug
1 parent 77f3471 commit 2830d62

File tree

1 file changed

+1
-1
lines changed
  • app/bff/authorization/internal/dao

1 file changed

+1
-1
lines changed

app/bff/authorization/internal/dao/dao.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type Dao struct {
5555
func New(c config.Config) *Dao {
5656
MMDB, err := geoip2.Open(mmdb)
5757
if err != nil {
58-
panic(err)
58+
// panic(err)
5959
}
6060
return &Dao{
6161
kv: kv.NewStore(c.KV),

0 commit comments

Comments
 (0)