Skip to content

Commit

Permalink
#31
Browse files Browse the repository at this point in the history
  • Loading branch information
Colinrush1 committed May 12, 2024
1 parent 9c51a30 commit 1696f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/shared/collectionType/DbUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function hashToUid(hash: string) {



// 验证UID的唯一性
// 验证UID的唯一性
function isUidUnique(uid: string): boolean {
// 这里应该连接数据库查询UID是否唯一,这里暂时使用Set模拟
//return !existingUids.has(uid);
Expand Down

0 comments on commit 1696f0a

Please sign in to comment.