convert console.log to debug
This commit is contained in:
@@ -106,7 +106,7 @@ class StorageAdapter {
|
||||
|
||||
const [error] = await safe(tokens.add({ clientId: payload.clientId, identifier: user.id, expires, accessToken: id, allowedIpRanges: '' }));
|
||||
if (error) {
|
||||
console.log('Error adding access token', error);
|
||||
debug('Error adding access token', error);
|
||||
throw error;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user