Skip to content

Commit

Permalink
fix issue where token exchange endpoint would never return new token
Browse files Browse the repository at this point in the history
  • Loading branch information
dotFionn committed Apr 16, 2024
1 parent e4845f9 commit b4b239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/plugin-token/plugin-token.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class PluginTokenService {
$set: {
pollingSecret: null,
},
});
}).select('+token');

return pluginToken?.token;
}
Expand Down

0 comments on commit b4b239b

Please sign in to comment.