fix: testing email

fix: expired invitiation link
This commit is contained in:
Andras Bacsai
2023-09-11 12:16:26 +02:00
parent dc4f412227
commit 50527cf0a3
4 changed files with 35 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ class CleanupInstanceStuffsJob implements ShouldQueue, ShouldBeUnique
public function handle(): void
{
try {
$this->cleanup_waitlist();
// $this->cleanup_waitlist();
} catch (\Exception $e) {
send_internal_notification('CleanupInstanceStuffsJob failed with error: ' . $e->getMessage());
ray($e->getMessage());