Skip to content

Commit 7a01258

Browse files
authored
Merge pull request #8 from DISIC/dev
perf(pencil): adding best practices for jwt authentication
2 parents efd2b2f + ee210a0 commit 7a01258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conference/conference.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class ConferenceService {
7070
);
7171
}
7272

73-
await this.verifyToken(accessToken);
73+
this.verifyToken(accessToken);
7474

7575
return this.sendToken(roomName);
7676
}

0 commit comments

Comments
 (0)