Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Oct 26, 2024
1 parent 8f5318f commit 290094b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/app/matching/MatchingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const MatchingModal: React.FC<MatchingModalProps> = ({
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}`);
Expand Down
40 changes: 24 additions & 16 deletions apps/signalling-service/pnpm-lock.yaml

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

0 comments on commit 290094b

Please sign in to comment.