Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fix: codeql ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Oct 10, 2023
1 parent 3d13ef6 commit 63fce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/tiki-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { InternalHandlers } from "@/service/tiki-service/internal-handlers";
import { Capture } from "@/service/capture";
import { Store } from "@/service/store";
import { Publish } from "@/service/publish";
import type { InjectionKey } from "vue/types/v3-generated";
import type { InjectionKey } from "vue";
import * as Keys from "@/utils/inject-key";

/**
Expand Down

0 comments on commit 63fce24

Please sign in to comment.