mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 05:32:12 +10:00
wip: what if user ids were strings instead of numbers
This commit is contained in:
@ -3,7 +3,7 @@ import { prisma } from '..';
|
||||
export const seedTestEmail = () => `user-${Date.now()}@test.documenso.com`;
|
||||
|
||||
type SeedSubscriptionOptions = {
|
||||
userId: number;
|
||||
userId: string;
|
||||
priceId: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user