Skip to content

Commit

Permalink
Merge pull request #43337 from Expensify/vit-fixLint20240609
Browse files Browse the repository at this point in the history
[NoQA] Add missing js doc to fix lint
  • Loading branch information
Beamanator authored Jun 9, 2024
2 parents f3bb5a5 + f302598 commit ce3e7f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/onyx/UserMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ type UserMetadata = {

/** User's account ID */
accountID?: number;

/** Type of environment the user is using (staging or production) */
environment?: string;
};

Expand Down

0 comments on commit ce3e7f5

Please sign in to comment.