mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-09 12:27:59 -05:00
feat: remove unecessary logging
This commit is contained in:
@@ -38,7 +38,6 @@ export async function refreshToken(token: JWT): Promise<JWT> {
|
||||
refreshToken: newToken.refresh_token,
|
||||
}
|
||||
} catch (error) {
|
||||
console.log('not refreshing access token, error', error)
|
||||
return { ...token, error: 'RefreshAccessTokenError' }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,6 @@ if (!globalForWorker.hasInitializedWorkers)
|
||||
|
||||
const userIds = pgAccountConnections.map((connection) => connection.userId)
|
||||
|
||||
console.log('querying...')
|
||||
|
||||
const usersActiveMembershipDonations = await prisma.donation.groupBy({
|
||||
by: ['userId'],
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user