Skip to content

Commit 07610bb

Browse files
committed
fix: 取消了classroomId的传入
1 parent eca6c07 commit 07610bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const sessionState = {
8181
? profile.data.nick_name
8282
: data.session.user.email.split("@")[0], // 用邮箱前缀做 username
8383
thumbnailUrl: null, // Supabase avatar 或 null
84-
classroomId: String(profile.data.class), // 如果你没有 classroom,可以先置 null
84+
classroomId: null, // 可以置 null
8585
},
8686
},
8787
permissions: {

0 commit comments

Comments
 (0)