Skip to content

Commit

Permalink
Syntax spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AidenLYT committed Nov 13, 2024
1 parent c2dc480 commit 5fd9a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions peer-prep-fe/src/collab-page/collab-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CollabPageComponent implements OnInit, OnDestroy {
private route: ActivatedRoute,
private collabService: CollabService,
private editorWebSocketService: EditorWebSocketService, // Inject WebSocketService for code editor
private chatWebSocketService: ChatWebSocketService // Inject WebSocketService for chat
private chatWebSocketService: ChatWebSocketService, // Inject WebSocketService for chat
) {}

ngOnInit(): void {
Expand Down Expand Up @@ -73,7 +73,6 @@ export class CollabPageComponent implements OnInit, OnDestroy {
});
}


fetchSessionData(): Promise<void> {
console.log("CURRENTLY AT BEFORE FETCHING QUESTION");
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 5fd9a71

Please sign in to comment.