Skip to content

Commit

Permalink
debug timer
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jul 11, 2024
1 parent 2272331 commit 1c8b2cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@
(!localStorage.getItem("huggingChatLastSeenAndroidModal") || //and the user hasn't seen it yet
new Date().getTime() -
new Date(localStorage.getItem("huggingChatLastSeenAndroidModal") ?? "").getTime() >
// 1000 * 60 * 60 * 72); // or it's been more than 72 hours
1000 * 10);
1000 * 60 * 60 * 72); // or it's been more than 72 hours
</script>

<svelte:head>
Expand Down

0 comments on commit 1c8b2cb

Please sign in to comment.