Skip to content

Commit

Permalink
refactor: to fix lint warning/errors on removing unused imports
Browse files Browse the repository at this point in the history
Refs: BLAIS5-3514
  • Loading branch information
SidraJaved committed Oct 13, 2023
1 parent 65cb443 commit 4c54279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions server/Logger.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import pino from "pino-http";
module.exports = pino({});

import { P } from "pino";

export interface Logger {
Expand Down
1 change: 0 additions & 1 deletion server/Questionnaires/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import axios from "axios";
import getGoogleAuthToken from "../AuthProvider/GoogleTokenProvider";
import { Logger } from "../Logger";
import { P } from "pino";
import pinoLogger from "pino-http";
import BlaiseApiClient, { Questionnaire } from "blaise-api-node-client";
import { IMock, Mock } from "typemoq";
import { EnvironmentVariables } from "../Config";
Expand Down

0 comments on commit 4c54279

Please sign in to comment.