Skip to content

Commit

Permalink
Addressing typescript errors on build
Browse files Browse the repository at this point in the history
  • Loading branch information
deasydoesit committed Nov 7, 2023
1 parent 83b5afd commit 139a59f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/entity-invalidator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@types/deep-equal": "^1.0.1",
"@types/node": "^18.11.11",
"@types/pg": "^8.6.6",
"@types/uuid": "^9.0.6",
"@types/yargs": "^17.0.24",
"git-format-staged": "^2.1.3",
"ts-loader": "^9.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/entity-invalidator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function run() {
// - /v2/hotspots/pagination-metadata?subnetwork=mobile
// Or /v2/hotspot* if there is an error
try {
const modelMap = {
const modelMap: any = {
'iot': IotHotspotInfo,
'mobile': MobileHotspotInfo,
}
Expand Down
8 changes: 8 additions & 0 deletions packages/entity-invalidator/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ __metadata:
"@types/deep-equal": ^1.0.1
"@types/node": ^18.11.11
"@types/pg": ^8.6.6
"@types/uuid": ^9.0.6
"@types/yargs": ^17.0.24
aws-sdk: ^2.1344.0
bn.js: ^5.2.0
Expand Down Expand Up @@ -567,6 +568,13 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.6":
version: 9.0.6
resolution: "@types/uuid@npm:9.0.6"
checksum: 739dcb2e620ff097fa916edeab455eb75640c4883a850784fdb15b32f67b719e05275c6d6419bb6da11350d26bd14ed05ba5e992ff228411cdd98cbc772d71ef
languageName: node
linkType: hard

"@types/validator@npm:^13.7.17":
version: 13.11.1
resolution: "@types/validator@npm:13.11.1"
Expand Down

0 comments on commit 139a59f

Please sign in to comment.