mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Update types for message.errors
This commit is contained in:
@@ -2979,7 +2979,7 @@ export class BackupExportStream extends Readable {
|
||||
): Backups.ChatItem.IOutgoingMessageDetails {
|
||||
const sealedSenderServiceIds = new Set(unidentifiedDeliveries);
|
||||
const errorMap = new Map(
|
||||
errors.map(({ serviceId, name }) => {
|
||||
errors?.map(({ serviceId, name }) => {
|
||||
return [serviceId, name];
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user