Skip to content

Commit

Permalink
Run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Sep 6, 2024
1 parent c0e711b commit 45f14f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/services/templates.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useSDK } from "@/plugins/sdk";
import { useTemplateRepository } from "@/repositories/template";
import {useAnalysisStore} from "@/stores/analysis";
import { useAnalysisStore } from "@/stores/analysis";
import { useTemplateStore } from "@/stores/templates";
import { defineStore } from "pinia";
import type { Template } from "shared";
Expand Down Expand Up @@ -69,7 +69,6 @@ export const useTemplateService = defineStore("services.templates", () => {
if (analysisState.type !== "None" && analysisState.templateId === id) {
analysisStore.selectionState.send({ type: "Reset" });
}

} else {
sdk.window.showToast(result.error, {
variant: "error",
Expand Down

0 comments on commit 45f14f3

Please sign in to comment.