mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-21 03:01:47 +00:00
Fix some lint errors
This commit is contained in:
@@ -54,7 +54,7 @@ async function loadGedzip(
|
||||
|
||||
let gedcom = undefined;
|
||||
const images = new Map<string, string>();
|
||||
for (let fileName of Object.keys(unzipped)) {
|
||||
for (const fileName of Object.keys(unzipped)) {
|
||||
if (fileName.endsWith('.ged')) {
|
||||
if (gedcom) {
|
||||
console.warn('Multiple GEDCOM files found in zip archive.');
|
||||
|
||||
Reference in New Issue
Block a user