var j: string = getContent(webClient, link)
    
    Run

should be 
    
    
     j: string = await getContent(webClient, link)
    
    Run

Reply via email to