Skip to content

Commit

Permalink
feat: remove commented out code
Browse files Browse the repository at this point in the history
Signed-off-by: Shardul Srivastava <[email protected]>
  • Loading branch information
shardulsrivastava committed Jan 23, 2023
1 parent db8a3f5 commit b62fc3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions-runtime/samples/ts/prometheus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ try {
let jsonResponse = await fetch(promtheusURL);
let jsonData = await jsonResponse.json();
value = jsonData.data.result[0].value[1];
//status = jsonData.status
} catch (error) {
console.error("Could not fetch ");
Deno.exit(1);
Expand Down

0 comments on commit b62fc3f

Please sign in to comment.