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

Commit

Permalink
build: remove never read methods
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcodercrane committed Nov 6, 2023
1 parent 950b8a2 commit 152c49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/issue/embeddings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getAdapters, getBotConfig, getBotContext, getLogger } from "../../bindings";
import { getBotContext, getLogger } from "../../bindings";
import { Payload } from "../../types";
import { generateEmbeddings } from "../../helpers";
import { upsertEmbeddings } from "../../adapters/supabase";
Expand Down

0 comments on commit 152c49c

Please sign in to comment.