Missing semi colon

This commit is contained in:
Roman Cervantes 2019-04-09 14:05:46 -07:00
parent af7afbcd2f
commit 9e5e156ee4

View file

@ -66,7 +66,7 @@ export default {
const settings = {
...this.settings,
wallpapers: this.wallpapers,
}
};
this.saveSettings(settings);
},