mirror of
https://github.com/daniel-fiuk/simple-map.git
synced 2026-07-22 17:20:29 +00:00
Update pinInteractions.ts
This commit is contained in:
parent
7b5160c228
commit
8931ca02e3
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ class PinInteractionManager implements PinInteractionController {
|
|||
]);
|
||||
for (const key of Object.keys(frontMatter)) {
|
||||
if (skip.has(key)) continue;
|
||||
push(key, (frontMatter as Record<string, string>)[key]);
|
||||
push(key, (frontMatter as Record<string, unknown>)[key]);
|
||||
}
|
||||
|
||||
return entries;
|
||||
|
|
|
|||
Loading…
Reference in a new issue