fix: add missing await
This commit is contained in:
@@ -380,7 +380,7 @@ export default class GoogleCalendarService implements Calendar {
|
||||
});
|
||||
|
||||
// Skipping await to respond faster
|
||||
prisma.calendarCache.upsert({
|
||||
await prisma.calendarCache.upsert({
|
||||
where: {
|
||||
credentialId_key: {
|
||||
credentialId: this.credential.id,
|
||||
|
||||
Reference in New Issue
Block a user