Skip to content

Commit

Permalink
loook in not at
Browse files Browse the repository at this point in the history
  • Loading branch information
qweliant committed May 9, 2024
1 parent ae535d8 commit a62ac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/(user)/communities/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const createCommunity = defineServerAction(async function createCommunity
const [title] = await db
.selectFrom("pub_fields")
.selectAll()
.where("pub_fields.slug", "=", corePubSlugs)
.where("pub_fields.slug", "in", corePubSlugs)
.execute();

await db
Expand Down

0 comments on commit a62ac89

Please sign in to comment.