Fix mail import gmail driver when message has been deleted (#9546)
We forgot to ignore messages that were removed
This commit is contained in:
@ -81,6 +81,8 @@ export class GmailGetMessagesService {
|
|||||||
response.error,
|
response.error,
|
||||||
messageIds[index],
|
messageIds[index],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
return parseAndFormatGmailMessage(
|
return parseAndFormatGmailMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user