Skip to content

Commit

Permalink
Remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 5, 2024
1 parent 5861692 commit 1ba99b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/jest/__tests__/room.service.class.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO support absolute paths. these are a mess.
import {
INACTIVITY_THRESHOLD,
RoomService,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Socket } from 'socket.io'
// TODO make absolute paths work
import roomService from '@/services/room.service'

function saveEvent(roomId: string, event: unknown) {
Expand Down

0 comments on commit 1ba99b6

Please sign in to comment.