fix: flip sign

This commit is contained in:
Saahil 2024-12-16 23:06:25 -05:00
parent 94581fbeee
commit f2ff475528
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -28,7 +28,7 @@ export default function (app: any) {
}
if (
!commitMessage.includes("enhance") &&
process.uptime() > 1000 * 60
process.uptime() < 1000 * 60
) {
setTimeout(() => {
process.exit();