Update (ui)

This commit is contained in:
2023-11-21 22:17:18 +08:00
parent 4827130183
commit 028c9b5190
29 changed files with 193 additions and 159 deletions

View File

@@ -45,9 +45,8 @@
$hours = $request->input('hours');
if (is_empty($hours))
{
return "Missing 'hours'.";
if (is_empty($hours)) {
return "Missing 'hours'.";
}
BrowseRSSPostJob::dispatch($hours)->onQueue('default')->onConnection('default');