Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Apr 27, 2023
1 parent 0322458 commit e6d3ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/WebApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const prompt = "consent";

export class WebApi {
constructor() {
const middleware = global.client.bugsnag.getPlugin("express");
const middleware = global.bugsnag.getPlugin("express");
passport.use(
new DiscordStrategy(
{
Expand Down

0 comments on commit e6d3ab7

Please sign in to comment.