mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
fix many to many reference query
This commit is contained in:
@@ -48,6 +48,7 @@ function __tty(type: any, args: any[]) {
|
||||
},
|
||||
debug: {
|
||||
prefix: colors.yellow,
|
||||
args: colors.dim,
|
||||
},
|
||||
} as const;
|
||||
const prefix = styles[type].prefix(`[${type.toUpperCase()}]`);
|
||||
|
||||
Reference in New Issue
Block a user