()
| 66 | } |
| 67 | |
| 68 | async commit() { |
| 69 | await this.initialized; |
| 70 | if (!this.data || this.muted) { |
| 71 | return; |
| 72 | } |
| 73 | await this.save(); |
| 74 | await triggerSync({keyringId: this.keyringId}); |
| 75 | } |
| 76 | |
| 77 | async merge(update) { |
| 78 | if (!this.data) { |
no test coverage detected