Loading client/src/stores/userStore.ts +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ export const useUserStore = defineStore("userStore", () => { if (!loadPromise) { loadPromise = new Promise<void>((resolve, reject) => { (async () => { console.debug("Loading once"); try { const user = await getCurrentUser(); Loading client/src/stores/workflowLandingStore.ts +0 −3 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ export const useWorkflowLandingStore = defineStore("workflowLanding", () => { let claim; let claimError; console.debug("Claiming workflow"); if (isPublic) { const { data, error } = await GalaxyApi().GET("/api/workflow_landings/{uuid}", { params: { Loading @@ -46,7 +45,6 @@ export const useWorkflowLandingStore = defineStore("workflowLanding", () => { } if (claim) { console.debug("CLaim!", claim); claimState.value = { workflowId: claim.workflow_id, instance: claim.workflow_target_type === "workflow", Loading @@ -54,7 +52,6 @@ export const useWorkflowLandingStore = defineStore("workflowLanding", () => { errorMessage: null, }; } else { console.debug("Claim error", claimError); claimState.value = { workflowId: null, instance: false, Loading Loading
client/src/stores/userStore.ts +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ export const useUserStore = defineStore("userStore", () => { if (!loadPromise) { loadPromise = new Promise<void>((resolve, reject) => { (async () => { console.debug("Loading once"); try { const user = await getCurrentUser(); Loading
client/src/stores/workflowLandingStore.ts +0 −3 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ export const useWorkflowLandingStore = defineStore("workflowLanding", () => { let claim; let claimError; console.debug("Claiming workflow"); if (isPublic) { const { data, error } = await GalaxyApi().GET("/api/workflow_landings/{uuid}", { params: { Loading @@ -46,7 +45,6 @@ export const useWorkflowLandingStore = defineStore("workflowLanding", () => { } if (claim) { console.debug("CLaim!", claim); claimState.value = { workflowId: claim.workflow_id, instance: claim.workflow_target_type === "workflow", Loading @@ -54,7 +52,6 @@ export const useWorkflowLandingStore = defineStore("workflowLanding", () => { errorMessage: null, }; } else { console.debug("Claim error", claimError); claimState.value = { workflowId: null, instance: false, Loading