Skip to content

Commit

Permalink
wip: fix deploy?
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Oct 31, 2024
1 parent 6ecd43c commit 525b9cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"formik": "2.4.2",
"history": "^4.9.0",
"jest-cucumber": "^3.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"multer": "^1.4.2",
"number-to-words": "^1.2.4",
Expand Down Expand Up @@ -84,7 +85,6 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jsonwebtoken": "^9.0.2",
"pino-pretty": "^4.7.1",
"supertest": "^6.1.6"
},
Expand Down
1 change: 1 addition & 0 deletions server/logger/cloudLogging.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { Logging } from "@google-cloud/logging";
import { IncomingMessage } from "http";
import { AuditLog } from "../interfaces/logger";
Expand Down
1 change: 1 addition & 0 deletions server/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Auth } from "blaise-login-react/blaise-login-react-server";
import { IMock, Mock, It, Times } from "typemoq";
import role_to_serverparks_map from "../role-to-serverparks-map.json";
import { size } from "lodash";
// eslint-disable-next-line import/no-extraneous-dependencies
import jwt from "jsonwebtoken";
import createLogger from "../logger/pinoLogger";
import pino from "pino";
Expand Down

0 comments on commit 525b9cc

Please sign in to comment.