Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 23, 2024
1 parent bc29120 commit 4574b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class GetProjectsService {
const favorProjects = await this.prisma.user
.findUnique({
where: {
id: userID,
id: String(userID),
},
})
.then((r) => r.favor.split(",").filter((item) => item !== ""));
Expand Down

0 comments on commit 4574b6b

Please sign in to comment.