Skip to content

Commit

Permalink
Fix merge confilict in rotate_signed_prekey_listener.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg committed Dec 5, 2017
1 parent f013eed commit 3ac29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/rotate_signed_prekey_listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

var initComplete;
Whisper.RotateSignedPreKeyListener = {
init: function(events) {
init: function(events, newVersion) {
if (initComplete) {
console.log('Rotate signed prekey listener: Already initialized');
return;
Expand Down

0 comments on commit 3ac29a4

Please sign in to comment.