Skip to content

Commit

Permalink
set null description
Browse files Browse the repository at this point in the history
  • Loading branch information
prtcl committed Nov 12, 2024
1 parent c543e99 commit 7ee012d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convex/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const populateFeatureFlags = internalMutation({
for (const flag of initialFlags) {
if (!existingKeys.has(flag)) {
const insertedId = await ctx.db.insert('features', {
description: null,
key: flag,
value: false,
});
Expand Down

0 comments on commit 7ee012d

Please sign in to comment.