This commit is contained in:
Saahil 2024-12-16 23:19:13 -05:00
parent ca8cc44155
commit 1fde1049e4
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

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