Skip to content

Commit

Permalink
Merge pull request #8 from DISIC/dev
Browse files Browse the repository at this point in the history
perf(pencil): adding best practices for jwt authentication
  • Loading branch information
HamzaKhait authored Mar 25, 2024
2 parents efd2b2f + ee210a0 commit 7a01258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conference/conference.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class ConferenceService {
);
}

await this.verifyToken(accessToken);
this.verifyToken(accessToken);

return this.sendToken(roomName);
}
Expand Down

0 comments on commit 7a01258

Please sign in to comment.