mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 13:02:15 +03:00
Throw exception when an unknown error is caught on messaging sync (#5782)
As per title for this one ;)
This commit is contained in:
parent
7f9fdf3ff6
commit
afac4de679
@ -100,7 +100,9 @@ export class MessagingErrorHandlingService {
|
||||
messageChannel.id,
|
||||
workspaceId,
|
||||
);
|
||||
break;
|
||||
throw new Error(
|
||||
`Unhandled Gmail error code ${code} with reason ${reason}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user