From 65cb443aeda6fbce0506c46cc7ae6ff2f3d74ba4 Mon Sep 17 00:00:00 2001 From: alistair-platt Date: Fri, 13 Oct 2023 09:57:50 +0100 Subject: [PATCH] Fixed 3 of the linting warnings --- server/server.ts | 2 +- server/tests/index.test.ts | 2 +- src/Components/InstrumentList.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/server.ts b/server/server.ts index 1ea1f95..3741640 100644 --- a/server/server.ts +++ b/server/server.ts @@ -1,4 +1,4 @@ -import express, { NextFunction, Request, Response, Express } from "express"; +import express, { Request, Response, Express } from "express"; import axios from "axios"; import path from "path"; import ejs from "ejs"; diff --git a/server/tests/index.test.ts b/server/tests/index.test.ts index 9350a49..4919608 100644 --- a/server/tests/index.test.ts +++ b/server/tests/index.test.ts @@ -1,5 +1,5 @@ import supertest from "supertest"; -import { IMock, Mock, It } from "typemoq"; +import { IMock, Mock} from "typemoq"; import BlaiseApiClient from "blaise-api-node-client"; import nodeServer from "../server"; import { EnvironmentVariables } from "../Config"; diff --git a/src/Components/InstrumentList.tsx b/src/Components/InstrumentList.tsx index 734c596..37a23e7 100644 --- a/src/Components/InstrumentList.tsx +++ b/src/Components/InstrumentList.tsx @@ -73,7 +73,7 @@ function InstrumentList(props: Props): ReactElement {