Skip to content

Commit

Permalink
feat: change entity id
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Aug 15, 2024
1 parent f0baecf commit 7c7bf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/sdk/models/Entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ExecuteActionResDTO } from "../client";
export class Entity {
id: string;

constructor(id: string = 'DEFAULT_ENTITY_ID') {
constructor(id: string = 'default') {
this.id = id;
}

Expand Down

0 comments on commit 7c7bf4d

Please sign in to comment.