We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9455d0 commit bf50efdCopy full SHA for bf50efd
spec/QB-ChatSpec.js
@@ -214,7 +214,7 @@ describe('Chat API', function() {
214
],
215
list = {name: "test", items: usersArr};
216
217
- QB.chat.privacylist.update(list, function(error, response) {
+ QB.chat.privacylist.update(list, function(error) {
218
if(error){
219
done.fail("Update list error: " + JSON.stringify(error));
220
}else{
0 commit comments