모듈 업데이트

This commit is contained in:
2023-09-01 10:49:07 +09:00
parent 6c73e9990e
commit 3cf9466cdb
4 changed files with 5 additions and 3 deletions

View File

@ -257,7 +257,7 @@ func (mg *Maingate) prepare(context context.Context) (err error) {
}
// redis에서 env를 가져온 후에
mg.mongoClient, err = gocommon.NewMongoClient(context, mg.Mongo, "maingate")
mg.mongoClient, err = gocommon.NewMongoClient(context, mg.Mongo)
if err != nil {
return makeErrorWithStack(err)
}