We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 177ccaa + 3299e1f commit a532722Copy full SHA for a532722
packages/archive/src/lib/user.ts
@@ -9,6 +9,7 @@ export interface UserSummary {
9
color: Color;
10
ccfLevel: number;
11
isRoot?: true;
12
+ xcpcLevel?: number;
13
}
14
15
export const upsertUserSnapshot = async (
@@ -44,6 +45,8 @@ export const upsertUserSnapshot = async (
44
45
background: undefined,
46
slogan: undefined,
47
avatar: undefined,
48
+ // TODO: 这里以后加上
49
+ xcpcLevel: undefined,
50
};
51
await tx.userSnapshot.create({
52
data: {
0 commit comments