This commit is contained in:
hailin 2025-04-21 13:15:58 +08:00
parent bafe7959b7
commit 95ed21ff8c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ export const getProfileByUserId = async (userId: string) => {
if (!profile) { if (!profile) {
console.log(`No profile found for userId: ${userId}`) // 日志:如果没有找到 profile
throw new Error(error.message) throw new Error(error.message)
} }