bump version + fix formatting
This commit is contained in:
parent
bdda8146aa
commit
752f13f8bf
12 changed files with 16 additions and 17 deletions
|
|
@ -32,7 +32,7 @@ export class GameModel extends MediaTypeModel {
|
|||
|
||||
migrateObject(this, obj, this);
|
||||
|
||||
if(!obj.hasOwnProperty('userData')) {
|
||||
if (!obj.hasOwnProperty('userData')) {
|
||||
migrateObject(this.userData, obj, this.userData);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue