Skip to content

Commit

Permalink
i spelled like all the properties wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
andieswift committed Jan 27, 2025
1 parent 6c3c29f commit 006e7fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/lambda/update/adminChangeSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export const submitNOSOAdminSchema = z.object({
export const extendSubmitNOSOAdminSchema = submitNOSOAdminSchema.extend({
packageId: z.string(),
origin: z.string(),
makoChangeDate: z.number(),
changeDate: z.number(),
statsDate: z.number(),
makoChangedDate: z.number(),
changedDate: z.number(),
statusDate: z.number(),
isAdminChange: z.boolean(),
state: z.string(),
event: z.string(),
Expand Down

0 comments on commit 006e7fc

Please sign in to comment.