mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
fixed schema updates to fail in nextjs envs due to lodash's merge
This commit is contained in:
@@ -231,7 +231,8 @@ export class ModuleManager {
|
||||
em: this.em,
|
||||
emgr: this.emgr,
|
||||
guard: this.guard,
|
||||
flags: Module.ctx_flags
|
||||
flags: Module.ctx_flags,
|
||||
logger: this.logger
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user