mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Add curly: 'error' to eslintrc and fix linting
This commit is contained in:
committed by
Josh Perez
parent
c2be9e6f3a
commit
7c0f5a356e
@@ -45,8 +45,9 @@ const fakeAPI = {
|
||||
msg.timestamp === undefined ||
|
||||
msg.relay !== undefined ||
|
||||
msg.destination !== undefined
|
||||
)
|
||||
) {
|
||||
throw new Error('Invalid message');
|
||||
}
|
||||
|
||||
messagesSentMap[
|
||||
`${destination}.${messageArray[i].destinationDeviceId}`
|
||||
|
||||
Reference in New Issue
Block a user