Skip to content

Commit

Permalink
fix: log
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Oct 22, 2024
1 parent a45299e commit 72b8ec8
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 @@ -35,7 +35,7 @@ export class Entity {
actionName: actionName
});
if (!action) {
throw new Error(`Could not find action: ${actionName}.`);
throw new Error(`Could not find action: ${actionName}`);
}
const app = await this.apps.get({
appKey: action.appKey!
Expand Down

0 comments on commit 72b8ec8

Please sign in to comment.