Skip to content

Commit

Permalink
Use released package
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Oct 9, 2023
1 parent 001c546 commit f50ebf9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"keywords": [],
"license": "MIT",
"devDependencies": {
"@api3/commons": "^0.1.4",
"@api3/commons": "^0.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/src/update-signed-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const initiateUpdatingSignedApi = () => {
[signedApiUpdate.signedApiName]: {
...acc[signedApiUpdate.signedApiName],
[signedApiUpdate.updateDelay]: uniq([
...get(acc, `${signedApiUpdate.signedApiName}.${signedApiUpdate.updateDelay}`, []),
...get(acc, [signedApiUpdate.signedApiName, signedApiUpdate.updateDelay], []),
...signedApiUpdate.templateIds,
]),
},
Expand Down
43 changes: 12 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f50ebf9

Please sign in to comment.