Skip to content

Commit

Permalink
Fix downtime expires time
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Nov 16, 2024
1 parent 8f31d0f commit 1e85a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function getAnnouncements(): Announcement[] {
content:
'We will be upgrading our authentication system with an expected start time of {start} in your local timezone. During this time, you will not be able to log in or use Jetstream. We expect the upgrade to take less than one hour.',
replacementDates: [{ key: '{start}', value: '2024-11-16T18:00:00.000Z' }],
expiresAt: '2024-11-16T20:00:00.000Z',
expiresAt: '2024-11-16T19:45:11.373Z',
createdAt: '2024-11-15T15:00:00.000Z',
},
].filter(({ expiresAt }) => new Date(expiresAt) > new Date());
Expand Down

0 comments on commit 1e85a6c

Please sign in to comment.