Skip to content

Commit

Permalink
changed to stprofileuns
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperfish committed Sep 18, 2018
1 parent 9ccba99 commit 3f59af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_watcher/watcher/profile_watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class WatchActions {
}

switch (data.actiontype) {
case 'storeprofile':
case 'stprofileuns':
console.log('found '+ data.account_action_seq +' irrevirsible:'+ data.irrevirsible);
data._id = x.action_trace.act.data.cand;
data.profile = JSON.parse(x.action_trace.act.data.profile);
Expand Down

0 comments on commit 3f59af0

Please sign in to comment.