Skip to content

Commit

Permalink
fix: Record-type for rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Sep 6, 2023
1 parent f07cac8 commit 2fcb5f5
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

1 comment on commit 2fcb5f5

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 2fcb5f5 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/dist/app.js".

Please sign in to comment.