Skip to content

Commit

Permalink
Revert "feat: extend admin api to support proxy participants (#1038)"
Browse files Browse the repository at this point in the history
This reverts commit 5316df3.
  • Loading branch information
kleyow authored Jun 3, 2024
1 parent 9e9ca38 commit 3ebc050
Show file tree
Hide file tree
Showing 14 changed files with 216 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ executors:
BASH_ENV: /etc/profile ## Ref: https://circleci.com/docs/env-vars/#alpine-linux
NVM_ARCH_UNOFFICIAL_OVERRIDE: x64-musl ## Ref: https://github.com/nvm-sh/nvm/issues/1102#issuecomment-550572252
docker:
- image: node:18-alpine3.19 # Ref: https://hub.docker.com/_/node?tab=tags&page=1&name=alpine
- image: node:lts-alpine # Ref: https://hub.docker.com/_/node?tab=tags&page=1&name=alpine

default-machine:
working_directory: *WORKING_DIR
Expand Down
6 changes: 2 additions & 4 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"GHSA-5854-jvxx-2cg9", // hapi-auth-basic>hapi>subtext
"GHSA-2mvq-xp48-4c77", // hapi-auth-basic>hapi>subtext
"GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim
"GHSA-p9pc-299p-vxgp", // widdershins>yargs>yargs-parser
"GHSA-ghr5-ch3p-vcr6", // https://github.com/advisories/GHSA-ghr5-ch3p-vcr6
"GHSA-cgfm-xwp7-2cvr" // https://github.com/advisories/GHSA-cgfm-xwp7-2cvr
"GHSA-p9pc-299p-vxgp" // widdershins>yargs>yargs-parser
]
}
}
18 changes: 0 additions & 18 deletions migrations/950108_participantProxy.js

This file was deleted.

Loading

0 comments on commit 3ebc050

Please sign in to comment.