fix: include 'Four Emperors' in character exclusion logic
All checks were successful
Build Docker Image / build (push) Successful in 1m12s
All checks were successful
Build Docker Image / build (push) Successful in 1m12s
This commit is contained in:
@@ -307,7 +307,7 @@ async function fetchAllCharacters(arcsList: Arc[]): Promise<Character[]> {
|
||||
return;
|
||||
}
|
||||
|
||||
if (charName.toLowerCase().includes('family')) {
|
||||
if (charName.toLowerCase().includes('family') || charName === 'Four Emperors') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user