Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sanducb committed Oct 1, 2024
1 parent d75b0fd commit 3b3dee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/backend/src/card/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export const getCardTransactionsSchema = z.object({
pageSize: z.coerce.number().int().positive().optional(),
pageNumber: z.coerce.number().int().nonnegative().optional()
})
})
})

0 comments on commit 3b3dee1

Please sign in to comment.