Skip to content

Commit

Permalink
fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry committed Mar 25, 2024
1 parent 918d122 commit a827d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/test/builder.ts
Expand Up @@ -249,6 +249,7 @@ export const buildUser = <T extends Partial<UserPayload>>(
receiveMonthlyDigestEmail: null,
movedToProfileId: null,
priority: user?.priority ?? null,
isPlatformManaged: false,
...user,
};
};

0 comments on commit a827d36

Please sign in to comment.