forked from abner/for-legacy-web
chore(mobx): clean up documentation
This commit is contained in:
@@ -44,7 +44,6 @@ export default class NotificationOptions implements Persistent<Data> {
|
||||
makeAutoObservable(this);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line require-jsdoc
|
||||
toJSON() {
|
||||
return {
|
||||
server: this.server,
|
||||
@@ -52,7 +51,6 @@ export default class NotificationOptions implements Persistent<Data> {
|
||||
};
|
||||
}
|
||||
|
||||
// eslint-disable-next-line require-jsdoc
|
||||
@action hydrate(data: Data) {
|
||||
if (data.server) {
|
||||
Object.keys(data.server).forEach((key) =>
|
||||
|
||||
Reference in New Issue
Block a user