Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kclark-scottlogic committed Feb 12, 2024
1 parent 6ff963d commit 0c8eab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/controller/testController.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Response } from 'express';

import { OpenAiChatRequest } from '@src/models/api/OpenAiChatRequest';

function handleTest(req: OpenAiChatRequest, res: Response) {
Expand Down

0 comments on commit 0c8eab8

Please sign in to comment.