Skip to content

Commit

Permalink
Fixed exception bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhrajyoti-Dey-FrosTiK committed Jan 28, 2024
1 parent 69588f3 commit 3f55547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func NewClient(mongoURL string, config *mongik.Config) *mongik.Mongik {

return &mongik.Mongik{
MongoClient: mongoClient,
CacheClient: cacheClient,
Config: config,
}
}

0 comments on commit 3f55547

Please sign in to comment.