enable pushing booking transaction on staging

This commit is contained in:
Edmond Lang
2025-10-26 18:48:11 +08:00
parent 12dcb65513
commit a4e8df6c6b
+1 -2
View File
@@ -108,8 +108,7 @@ class Kernel extends ConsoleKernel
// // Push booking module to Lark
$schedule->command('lark:push-booking-transactions-module')
->everyTenMinutes()
->withoutOverlapping();
->everyTenMinutes();
}
/**