mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +00:00
fix createApp() fn doesn't require config, fix admin controller main entry
This commit is contained in:
@@ -132,7 +132,7 @@ export class App<DB = any> {
|
||||
}
|
||||
}
|
||||
|
||||
export function createApp(config: CreateAppConfig) {
|
||||
export function createApp(config: CreateAppConfig = {}) {
|
||||
let connection: Connection | undefined = undefined;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user