Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Jan 8, 2024
1 parent 5034c31 commit 33ed4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/maintenance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('maintenance middleware', () => {
// after product sunset, READ_ONLY means FeatureHasBeenSunset
assert.throws(() => block(() => { }, {
MODE: READ_ONLY,
NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START: (new Date(0)).toISOString(),
NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START: (new Date(0)).toISOString()
}), /FeatureHasBeenSunset/)
})

Expand Down

0 comments on commit 33ed4cb

Please sign in to comment.