fix eslint errors
Этот коммит содержится в:
@@ -756,10 +756,7 @@ export function savePreferences(preferences, success, error) {
|
||||
}
|
||||
|
||||
export function getSuggestedCommands(command, channelId, suggestionId, component) {
|
||||
client.listCommands({
|
||||
command: command,
|
||||
channelId: channelId
|
||||
},
|
||||
client.listCommands({command: command, channelId: channelId},
|
||||
(data) => {
|
||||
var matches = [];
|
||||
data.forEach((cmd) => {
|
||||
|
||||
Ссылка в новой задаче
Block a user