Skip to content

Commit 290094b

Browse files
committed
Remove comments
1 parent 8f5318f commit 290094b

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

apps/frontend/src/app/matching/MatchingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const MatchingModal: React.FC<MatchingModalProps> = ({
103103
matchingState.info.partnerName
104104
);
105105
localStorage.setItem("collabId", matchingState.info.matchId);
106-
localStorage.setItem("docRefId", matchingState.info.docRefId); // TODO: Update the response from backend when match_found
106+
localStorage.setItem("docRefId", matchingState.info.docRefId);
107107

108108
// Redirect to collaboration page
109109
router.push(`/collaboration/${matchingState.info.matchId}`);

apps/signalling-service/pnpm-lock.yaml

Lines changed: 24 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)