Skip to content

Commit

Permalink
Merge branch 'dev' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Sep 6, 2023
2 parents cb4691d + 2fcb5f5 commit c775109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/data_web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const router = new oak.Router()

/* Create live class if doesn't exist - no concept of starting a class */
if (!live_class && class_id) {
const rooms = {
const rooms: Record<string, any> = {
Lobby: {
studentPublicState: '',
teacherPublicState: '',
Expand Down

0 comments on commit c775109

Please sign in to comment.