Skip to content

Commit

Permalink
fix: update timestamp of migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
riya09 committed Nov 9, 2024
1 parent 1616eb6 commit 0c42240
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const flag = protectedProcedure
z.object({
petition_id: z.number(),
reason: z.string().optional(),
flagged: z.boolean(), // Flag or unflag, if flagged === true, then unflag the petition and vice versa
flagged: z.boolean(), // Flag or unflag, if flagged === true,then unflag the petition and vice versa
}),
)
.mutation(async ({input, ctx}) => {
Expand Down

0 comments on commit 0c42240

Please sign in to comment.