fix: revert seed

This commit is contained in:
Andras Bacsai 2022-04-05 10:36:28 +02:00
parent 4fe919f2ea
commit 5684674bd7

View File

@ -50,11 +50,6 @@ async function main() {
}
});
}
// Update stucked builds
await prisma.build.updateMany({
where: { status: 'running' },
data: { status: 'success' }
});
}
main()
.catch((e) => {