fix build errors
This commit is contained in:
parent
317b43016b
commit
2c3fe62059
2 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ export class WikipediaAPI extends APIModel {
|
|||
|
||||
const data = await fetchData.json();
|
||||
debugLog(data);
|
||||
const result = Object.entries(data?.query?.pages)[0][1];
|
||||
const result: any = Object.entries(data?.query?.pages)[0][1];
|
||||
|
||||
const model = new WikiModel({
|
||||
type: 'wiki',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue