Skip to content

Commit

Permalink
``
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonrm committed May 7, 2022
1 parent 2f63c00 commit 7f1b155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/datasources/datasource-mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const cacheSize = configRoot.adapters.cacheSize || 3000
* even when the database is offline.
*/
export class DataSourceMongoDb extends DataSourceMemory {
constructor (maps, factory, name) {
constructor (map, factory, name) {
super(map, factory, name)
this.url = url
this.cacheSize = cacheSize
Expand Down

0 comments on commit 7f1b155

Please sign in to comment.