mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
fix(mobx): use correct key for saving sync options
This commit is contained in:
@@ -56,7 +56,7 @@ export default class Sync implements Store, Persistent<Data> {
|
|||||||
|
|
||||||
toJSON() {
|
toJSON() {
|
||||||
return {
|
return {
|
||||||
enabled: [...this.disabled],
|
disabled: [...this.disabled],
|
||||||
revision: mapToRecord(this.revision),
|
revision: mapToRecord(this.revision),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user