mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -48,9 +48,8 @@ const fakeAPI = {
|
||||
throw new Error('Invalid message');
|
||||
}
|
||||
|
||||
messagesSentMap[
|
||||
`${destination}.${messageArray[i].destinationDeviceId}`
|
||||
] = msg;
|
||||
messagesSentMap[`${destination}.${messageArray[i].destinationDeviceId}`] =
|
||||
msg;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user