Skip to content

Commit

Permalink
roomname fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed May 27, 2024
1 parent c83b305 commit d8de4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async function tokenize(req: Request): Promise<Response> {
userInfo["affiliation"] = "owner";
let tokenRoom = "*"

let roomName = "test"
let roomName = path.slice(1);

let room = permissions.find(r => r.room === roomName);

Expand Down

0 comments on commit d8de4d0

Please sign in to comment.