Update StatusTagsPipeline

This commit is contained in:
Daniel Supernault 2022-12-27 14:15:55 -07:00
parent bf86ed6ff7
commit 260360ebd5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class StatusTagsPipeline implements ShouldQueue
if(count($banned)) {
if(in_array(strtolower($name), array_map('strtolower', $banned))) {
continue;
return;
}
}