fix many to many reference query

This commit is contained in:
dswbx
2025-02-27 11:43:12 +01:00
parent dd48962901
commit 3e28124494
7 changed files with 22 additions and 19 deletions

View File

@@ -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()}]`);