Этот коммит содержится в:
Nicolas Clerc
2016-02-15 09:15:31 +01:00
родитель 5e2596598f
Коммит 55a054ab0a

Просмотреть файл

@@ -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) => {