fix: where deduplication

This commit is contained in:
svemagie
2026-03-25 16:40:06 +01:00
parent 383100815c
commit 97161ff53c
2 changed files with 2 additions and 4 deletions

View File

@@ -345,7 +345,6 @@ function normalizeCheckin(frontmatter, relativePath) {
? `${latitude.toFixed(5)}, ${longitude.toFixed(5)}`
: "";
const locationName = asText(first(asArray(locationProps.name)));
const locationText = joinLocation(locality, region, country);
const timestamp = published ? Date.parse(published) || 0 : 0;
const permalink = asText(frontmatter.permalink);
@@ -368,7 +367,6 @@ function normalizeCheckin(frontmatter, relativePath) {
venueWebsiteUrl,
venueSocialUrl,
locality,
locationName,
region,
country,
postalCode,