Fix DM Channels

This commit is contained in:
Amish Shah
2016-08-13 16:51:01 +01:00
parent 7ada70f856
commit b2950b2997
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ class RESTMethods {
channel = chan;
req();
})
.catch(reject);
.catch(reject);
} else {
req();
}