2
0

🐛 (stripe) Fix plan update and management

This commit is contained in:
Baptiste Arnaud
2022-09-20 19:15:47 +02:00
committed by Baptiste Arnaud
parent f83e0efea2
commit 6384a3adae
12 changed files with 99 additions and 105 deletions

View File

@ -8,7 +8,7 @@ type CreateFakeResultsProps = {
fakeStorage?: number
}
export const createFakeResults =
export const injectFakeResults =
(prisma: PrismaClient) =>
async ({
count,