Skip to content

Commit e62e25a

Browse files
committed
fix exists
1 parent 32f0755 commit e62e25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/related/HasAttributes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class HasAttributes
1313
this.changedAttributes = [];
1414
}
1515

16-
public fillAttributes(attributes: object, exists: boolean): void
16+
public fillAttributes(attributes: object, exists: boolean = false): void
1717
{
1818
for (const key in attributes) {
1919
if (exists) {

0 commit comments

Comments
 (0)