Skip to content

Commit

Permalink
Merge pull request #41462 from Expensify/cmartins-fixType
Browse files Browse the repository at this point in the history
[No QA] Fix comment in PolicyJoinMember
  • Loading branch information
yuwenmemon authored May 1, 2024
2 parents 55cb2e5 + 9f6085e commit a69e99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/PolicyJoinMember.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type * as OnyxCommon from './OnyxCommon';

type PolicyJoinMember = {
/** Role of the user in the policy */
/** The ID of the policy */
policyID?: string;

/** Email of the user inviting the new member */
Expand Down

0 comments on commit a69e99e

Please sign in to comment.