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