Skip to content

Commit 7974bef

Browse files
fix(cloudwatch): drop AWS StartDate to avoid race with at() trigger
1 parent 251f16f commit 7974bef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • apps/sim/app/api/tools/cloudwatch/mute-alarm

apps/sim/app/api/tools/cloudwatch/mute-alarm/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export const POST = withRouteHandler(async (request: NextRequest) => {
7171
},
7272
},
7373
MuteTargets: { AlarmNames: validatedData.alarmNames },
74-
...(validatedData.startDate !== undefined && { StartDate: startDate }),
7574
})
7675

7776
await client.send(command)

0 commit comments

Comments
 (0)