forked from MapComplete/MapComplete
		
	This commit is contained in:
		
							parent
							
								
									3a2addbddc
								
							
						
					
					
						commit
						d5430891bf
					
				
					 22 changed files with 580 additions and 507 deletions
				
			
		|  | @ -215,7 +215,7 @@ export default class Wikipedia { | |||
|     } | ||||
| 
 | ||||
|     private async GetArticleUncachedAsync(pageName: string): Promise<string> { | ||||
|         const response = await Utils.downloadJson(this.getDataUrl(pageName)) | ||||
|         const response = await Utils.downloadJson<any>(this.getDataUrl(pageName)) | ||||
|         if (response?.parse?.text === undefined) { | ||||
|             return undefined | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue