Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Jan 24, 2024
1 parent 7734c9a commit c5ba737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type Policy = {
primaryLoginsInvited?: Record<string, string>;

/** The approval mode set up on this policy */
approvalMode?: ValueOf<typeof CONST.POLICY. APPROVAL_MODE>;
approvalMode?: ValueOf<typeof CONST.POLICY.APPROVAL_MODE>;
};

export default Policy;
Expand Down

0 comments on commit c5ba737

Please sign in to comment.