Skip to content

Commit

Permalink
in changing the sinkmain schema i also have to change the changelog s…
Browse files Browse the repository at this point in the history
…chema
  • Loading branch information
andieswift committed Jan 28, 2025
1 parent f2e18a5 commit a84a00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda/update/adminChangeSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const extendSubmitNOSOAdminSchema = submitNOSOAdminSchema.extend({
event: z.string(),
});

export const transformSubmitValuesSchema = submitNOSOAdminSchema.transform((data) => ({
export const transformSubmitValuesSchema = extendSubmitNOSOAdminSchema.transform((data) => ({
...data,
adminChangeType: "NOSO",
event: "NOSO",
Expand Down

0 comments on commit a84a00b

Please sign in to comment.