Skip to content

Commit

Permalink
Removed unused import hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsproston-scottlogic committed Aug 22, 2023
1 parent f8392a3 commit 0d27ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import dotenv from "dotenv";
import express from "express";
import session from "express-session";

import { getInitialDefences, getQALLMprePrompt } from "./defence";
import { getInitialDefences } from "./defence";
import { setOpenAiApiKey } from "./openai";
import { router } from "./router";
import { ChatCompletionRequestMessage } from "openai";
Expand Down

0 comments on commit 0d27ffe

Please sign in to comment.