Fixed actor scene length check in redirect, removed stray console log.
This commit is contained in:
@@ -19,8 +19,6 @@ const domain = routeParams.domain;
|
||||
const badCredits = ['Pierre Woodman']; // consistently horrible photos
|
||||
const photos = actor.photos.filter((photo) => photo.entropy > 5.5 && !badCredits.includes(photo.credit));
|
||||
const aliasTooltipId = useId();
|
||||
|
||||
console.log(actor);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user