Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk committed Jun 25, 2024
1 parent cb18e2e commit 36c90b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// import { App, Notice, Editor, RequestUrlParam, EditorPosition } from "obsidian";
import TextGeneratorPlugin from "../main";
import ReqFormatter from "../utils/api-request-formatter";
import ContextManager, { InputContext } from "../scope/context-manager";
import type { InputContext } from "../scope/context-manager";
import debug from "debug";
import { Message, TextGeneratorSettings } from "../types";
import { Handlebars } from "../helpers/handlebars-helpers";
Expand Down

0 comments on commit 36c90b3

Please sign in to comment.