We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabdac7 commit a465780Copy full SHA for a465780
packages/app/src/app/overmind/onInitialize.ts
@@ -115,7 +115,7 @@ export const onInitialize: OnInitialize = async (
115
'Hello, our privacy policy has been updated recently. What’s new? CodeSandbox emails. Please read and reach out.',
116
title: 'Updated Privacy',
117
status: NotificationStatus.NOTICE,
118
- timeAlive: 20_000,
+ timeAlive: 20000,
119
actions: {
120
primary: [
121
{
0 commit comments