Skip to content

Commit 447be99

Browse files
committed
api: Disconnect at the end of the script
1 parent d5dcbfa commit 447be99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api/scripts/create-issues-from-subscriptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ await prismaDm.$executeRaw`
105105
`;
106106
await prismaDm.$executeRaw`UPDATE abonnements_sorties SET Numeros_ajoutes=1`;
107107

108+
await prismaDm.$disconnect();

0 commit comments

Comments
 (0)