Extract product sync queue db calls into Queue Service methods
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { onMount } from "svelte";
|
||||
import { api } from "$lib/api.js";
|
||||
|
||||
type SyncStatus = "queued" | "active" | "failed" | "succeeded" | "none";
|
||||
type SyncStatus = "queued" | "active" | "failed" | "fulfilled" | "none";
|
||||
|
||||
const { data } = $props();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user