diff --git a/packages/client/src/store/notification.js b/packages/client/src/store/notification.js index 06313a9279..8e8f465e07 100644 --- a/packages/client/src/store/notification.js +++ b/packages/client/src/store/notification.js @@ -1,7 +1,7 @@ import { writable, derived } from "svelte/store" import { generate } from "shortid" -let NOTIFICATION_TIMEOUT = 3000 +const NOTIFICATION_TIMEOUT = 3000 const createNotificationStore = () => { const _notifications = writable([])