Skip to content

Commit

Permalink
od
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Sep 28, 2023
1 parent 016296f commit 0d60d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/scripts/note-subscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ export default prop => ({
}

case 'updated': {
Vue.set(this.$_ns_target, 'updatedAt', body.updatedAt);
Vue.set(this.$_ns_target, 'cw', body.cw);
Vue.set(this.$_ns_target, 'text', body.text);
Vue.set(this.$_ns_target, 'updatedAt', body.updatedAt);
break;
}
}
Expand Down

0 comments on commit 0d60d82

Please sign in to comment.