Skip to content

Commit

Permalink
rename getter to _created
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
  • Loading branch information
vavido committed Apr 9, 2021
1 parent 9397dd2 commit fcede81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/lib/api/src/model/things.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class Thing extends EntityWithId {
return this._definition;
}

get created(): string | undefined {
get _created(): string | undefined {
return this.__created;
}

Expand Down

0 comments on commit fcede81

Please sign in to comment.