Skip to content

Commit bf50efd

Browse files
committed
response was deleted from 'can update list by name' callback's
1 parent f9455d0 commit bf50efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/QB-ChatSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe('Chat API', function() {
214214
],
215215
list = {name: "test", items: usersArr};
216216

217-
QB.chat.privacylist.update(list, function(error, response) {
217+
QB.chat.privacylist.update(list, function(error) {
218218
if(error){
219219
done.fail("Update list error: " + JSON.stringify(error));
220220
}else{

0 commit comments

Comments
 (0)