mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(server): avoid repeatly register providers (#5265)
This commit is contained in:
@@ -26,7 +26,7 @@ const createModule = () => {
|
||||
CacheModule,
|
||||
EventModule,
|
||||
ConfigModule.forRoot(),
|
||||
DocModule.forRoot(),
|
||||
DocModule,
|
||||
],
|
||||
}).compile();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user