diff --git a/apps/frontend/src/app/matching/MatchingModal.tsx b/apps/frontend/src/app/matching/MatchingModal.tsx index 16288bd78d..9fa9334b5f 100644 --- a/apps/frontend/src/app/matching/MatchingModal.tsx +++ b/apps/frontend/src/app/matching/MatchingModal.tsx @@ -103,7 +103,7 @@ const MatchingModal: React.FC = ({ matchingState.info.partnerName ); localStorage.setItem("collabId", matchingState.info.matchId); - localStorage.setItem("docRefId", matchingState.info.docRefId); // TODO: Update the response from backend when match_found + localStorage.setItem("docRefId", matchingState.info.docRefId); // Redirect to collaboration page router.push(`/collaboration/${matchingState.info.matchId}`); diff --git a/apps/signalling-service/pnpm-lock.yaml b/apps/signalling-service/pnpm-lock.yaml index cd6e4916a0..04ce15c614 100644 --- a/apps/signalling-service/pnpm-lock.yaml +++ b/apps/signalling-service/pnpm-lock.yaml @@ -1,32 +1,31 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - lib0: - specifier: ^0.2.98 - version: 0.2.98 - ws: - specifier: ^8.18.0 - version: 8.18.0 +importers: + + .: + dependencies: + lib0: + specifier: ^0.2.98 + version: 0.2.98 + ws: + specifier: ^8.18.0 + version: 8.18.0 packages: - /isomorphic.js@0.2.5: + isomorphic.js@0.2.5: resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==} - dev: false - /lib0@0.2.98: + lib0@0.2.98: resolution: {integrity: sha512-XteTiNO0qEXqqweWx+b21p/fBnNHUA1NwAtJNJek1oPrewEZs2uiT4gWivHKr9GqCjDPAhchz0UQO8NwU3bBNA==} engines: {node: '>=16'} hasBin: true - dependencies: - isomorphic.js: 0.2.5 - dev: false - /ws@8.18.0: + ws@8.18.0: resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} peerDependencies: @@ -37,4 +36,13 @@ packages: optional: true utf-8-validate: optional: true - dev: false + +snapshots: + + isomorphic.js@0.2.5: {} + + lib0@0.2.98: + dependencies: + isomorphic.js: 0.2.5 + + ws@8.18.0: {}