Skip to content

Commit

Permalink
change type of attributes
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 Jan 11, 2021
1 parent f9abb8e commit a692b6a
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 @@ -22,7 +22,7 @@ export class Thing extends EntityWithId {

public constructor(private readonly _thingId: string,
private readonly _policyId?: string,
private readonly _attributes?: object,
private readonly _attributes?: Record<string, any>,
private readonly _features?: Features,
private readonly __revision?: number,
private readonly __modified?: string,
Expand Down

0 comments on commit a692b6a

Please sign in to comment.