Reset back to 5 minute intervals

This commit is contained in:
Andrew Kingston 2021-02-04 11:27:12 +00:00
parent ccf11a2ebc
commit 6b8ab62930
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
import FeedbackIframe from "./FeedbackIframe.svelte" import FeedbackIframe from "./FeedbackIframe.svelte"
import analytics from "analytics" import analytics from "analytics"
const FIVE_MINUTES = 30000 const FIVE_MINUTES = 300000
let iconContainer let iconContainer
let popover let popover