Skip to content

Commit

Permalink
fix: error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed May 5, 2024
1 parent b55740a commit ebae535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/enhancements/policy/policy-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ export class PolicyUtil extends QueryUtils {
}

if (typeof provider !== 'function') {
throw this.unknownError(`unable to ${operation} checker for ${model}`);
throw this.unknownError(`unable to load ${operation} checker for ${model}`);
}

// call checker function
Expand Down

0 comments on commit ebae535

Please sign in to comment.