- fixed but to delete specific alert item
- need to remove rawcamebase from config in prod
This commit is contained in:
@@ -136,6 +136,7 @@ export const checkIsHotListHit = (sigthing: SightingType | null) => {
|
||||
const isHotListHit = Object.values(
|
||||
sigthing?.metadata?.hotlistMatches
|
||||
).includes(true);
|
||||
|
||||
return isHotListHit;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user