fix seed js

This commit is contained in:
Andras Bacsai
2023-08-16 15:26:36 +02:00
parent a2d4373104
commit aa634c78d1

View File

@@ -381,6 +381,7 @@ main()
reEncryptSecrets()
.catch((e) => {
console.error(e);
process.exit(1);
})
.finally(async () => {
await prisma.$disconnect();