Skip to content

Commit

Permalink
fix(operation) deleteShift -> deleteSilent
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 21, 2015
1 parent 8a15d70 commit b8ae309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/operation.js
Expand Up @@ -179,7 +179,7 @@
break;

case 'delete:silent':
Operation.deleteShift();
Operation.deleteSilent();
break;

case 'pack':
Expand Down

0 comments on commit b8ae309

Please sign in to comment.