👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -91,7 +91,7 @@ export const messageFields = [
],
operation: [
'sendPrivate',
]
],
},
},
description: 'The content of the message.',
@@ -158,7 +158,7 @@ export const messageFields = [
],
operation: [
'sendStream',
]
],
},
},
description: 'The content of the message.',
@@ -179,7 +179,7 @@ export const messageFields = [
],
operation: [
'update',
]
],
},
},
description: 'Unique identifier for the message.',
@@ -239,7 +239,7 @@ export const messageFields = [
default: '',
description: 'The topic of the message. Only required for stream messages',
},
]
],
},
/* -------------------------------------------------------------------------- */
/* message:get */
@@ -257,7 +257,7 @@ export const messageFields = [
],
operation: [
'get',
]
],
},
},
description: 'Unique identifier for the message.',
@@ -278,7 +278,7 @@ export const messageFields = [
],
operation: [
'delete',
]
],
},
},
description: 'Unique identifier for the message.',
@@ -299,7 +299,7 @@ export const messageFields = [
],
operation: [
'updateFile',
]
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',