mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Missing semi colon
This commit is contained in:
parent
af7afbcd2f
commit
9e5e156ee4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default {
|
|||
const settings = {
|
||||
...this.settings,
|
||||
wallpapers: this.wallpapers,
|
||||
}
|
||||
};
|
||||
|
||||
this.saveSettings(settings);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue