Skip to content

Commit

Permalink
Typing fix for PolicyOptions (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamolins3 authored and childish-sambino committed Sep 25, 2019
1 parent 5ad09a6 commit 2c3f9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwt/taskrouter/TaskRouterCapability.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ declare namespace TaskRouterCapability {
/** Request post filter allowances */
postFilter?: object;
/** Allow the policy */
allowed?: boolean;
allow?: boolean;
}

export interface PolicyPayload {
Expand Down

0 comments on commit 2c3f9e7

Please sign in to comment.