mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-30 15:41:47 +00:00
Improve code quality
Fix lint warnings
This commit is contained in:
@@ -42,6 +42,7 @@ export async function loadWikiTree(
|
||||
.filter((person) => person.PhotoData?.path)
|
||||
.map((person) => [
|
||||
person.Name,
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
`https://www.wikitree.com${person.PhotoData!.path}`,
|
||||
]),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user