refactor: 🚨 Make class methods that don't use this static

This commit is contained in:
Jesse Wierzbinski 2024-10-03 13:51:19 +02:00
parent 53688095cc
commit 835cdc3f18
No known key found for this signature in database
7 changed files with 47 additions and 40 deletions

View file

@ -113,7 +113,7 @@ export default apiRoute((app) =>
(error, message, app) =>
returnError(
context,
manager.processOAuth2Error(app),
OAuthManager.processOAuth2Error(app),
error,
message,
),