fix: init cluster id when deploy model

This commit is contained in:
jialin
2025-12-03 19:18:07 +08:00
parent d8f1e95e1a
commit 7355be9e3a
9 changed files with 38 additions and 28 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ declare namespace Global {
require_password_change: boolean;
id: number;
source: string;
avatar: string;
avatar_url: string;
}
type EmptyObject = Record<never, never>;