minor fixes

This commit is contained in:
Gitea
2025-05-06 20:22:14 +05:30
parent 671cb6212d
commit 38fdb7181b
2 changed files with 2 additions and 13 deletions

View File

@@ -294,17 +294,6 @@ class Inbox extends Component
$this->initial = true;
}
public function processQueue(): void
{
try {
Artisan::call('queue:work', [
'--once' => true,
]);
} catch (\Exception $exception) {
\Log::error($exception->getMessage());
}
}
public function delete($messageId) {
try {