mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
fix: Temporary TZ Issue Fix For Shopping Lists (#3850)
This commit is contained in:
parent
6a7f0edbc6
commit
e344f3f1e6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { useUserApi } from "~/composables/api";
|
||||||
import { ShoppingListItemOut } from "~/lib/api/types/group";
|
import { ShoppingListItemOut } from "~/lib/api/types/group";
|
||||||
|
|
||||||
const localStorageKey = "shopping-list-queue";
|
const localStorageKey = "shopping-list-queue";
|
||||||
const queueTimeout = 5 * 60 * 1000; // 5 minutes
|
const queueTimeout = 48 * 60 * 60 * 1000; // 48 hours
|
||||||
|
|
||||||
type ItemQueueType = "create" | "update" | "delete";
|
type ItemQueueType = "create" | "update" | "delete";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue