Searched refs:infoResponse (Results 1 – 1 of 1) sorted by relevance
66 const infoResponse = await fetchAsync(`https://api.github.com/repos/${username}/${name}`); constant67 if (infoResponse.status !== 200) {70 const info = await infoResponse.json();