From a87f1d872f4d103b594117da277f3c6e7f582137 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Mon, 1 Apr 2024 00:51:26 +0800 Subject: [PATCH] fix `height` typo in chat startup log view definition --- packages/sqlite-plugin/src/entity/VChatStartupLog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sqlite-plugin/src/entity/VChatStartupLog.ts b/packages/sqlite-plugin/src/entity/VChatStartupLog.ts index f5c39e1..c2ef64a 100644 --- a/packages/sqlite-plugin/src/entity/VChatStartupLog.ts +++ b/packages/sqlite-plugin/src/entity/VChatStartupLog.ts @@ -30,7 +30,7 @@ export class VChatStartupLog { salaryLow: number | null; @ViewColumn() - salaryHeigh: number | null; + salaryHeight: number | null; @ViewColumn() salaryMonth: number | null;