Skip to content

Commit

Permalink
fix error in missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JudahNour committed Aug 18, 2023
1 parent b9020fa commit f679ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/flake_chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
} else {
displayTestAndEnvironmentChart(data, query);
}
url = basePath + '/version'
url = '/version'

const verResponse = await fetch(url);
if (!verResponse.ok) {
Expand Down

0 comments on commit f679ad1

Please sign in to comment.