MOBILE-3752 lint: Remove duplicated spaces

main
Pau Ferrer Ocaña 2021-05-13 14:12:42 +02:00
parent 5d20d4faa7
commit 2a1e8a44e8
154 changed files with 244 additions and 244 deletions

View File

@ -3377,7 +3377,7 @@ export type AddonMessagesMarkMessageReadResult = {
* Result of WS core_message_send_instant_messages.
*/
export type AddonMessagesSendInstantMessagesMessage = {
msgid: number; // Test this to know if it succeeds: id of the created message if it succeeded, -1 when failed.
msgid: number; // Test this to know if it succeeds: i of the created message if it succeeded, -1 when failed.
clientmsgid?: string; // Your own id for the message.
errormessage?: string; // Error message - if it failed.
text?: string; // @since 3.6. The text of the message.