fix: add missing await

This commit is contained in:
zomars
2023-09-15 17:22:50 -07:00
parent ffcf9b770d
commit b413f0a609
@@ -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,