Skip to content

Commit

Permalink
Merge pull request #42808 from Expensify/marco-fixType
Browse files Browse the repository at this point in the history
[NoQA] Fix type for UserUtils
  • Loading branch information
mountiny authored May 29, 2024
2 parents 52d4945 + 4e3b81f commit 5578561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import * as ReportActionsUtils from './ReportActionsUtils';
import StringUtils from './StringUtils';
import * as TransactionUtils from './TransactionUtils';
import * as Url from './Url';
import type * as UserUtils from './UserUtils';
import * as UserUtils from './UserUtils';

type AvatarRange = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18;

Expand Down

0 comments on commit 5578561

Please sign in to comment.