From 46c733ca31d7053d45698aa0a71c63245156035c Mon Sep 17 00:00:00 2001 From: helgeerbe Date: Thu, 27 Apr 2023 21:43:24 +0200 Subject: [PATCH] Revert "Fix: Link to git hash references onBattery repo" This reverts commit 23b35d9b00065f7b63531913f8b59c17dda4c4de. --- webapp/src/views/SystemInfoView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/views/SystemInfoView.vue b/webapp/src/views/SystemInfoView.vue index ba36ec36..fb73170a 100644 --- a/webapp/src/views/SystemInfoView.vue +++ b/webapp/src/views/SystemInfoView.vue @@ -60,7 +60,7 @@ export default defineComponent({ this.systemDataList.git_is_hash = true; } - const fetchUrl = "https://api.github.com/repos/helgeerbe/OpenDTU-OnBattery/compare/" + const fetchUrl = "https://api.github.com/repos/tbnobody/OpenDTU/compare/" + this.systemDataList.git_hash + "...HEAD"; fetch(fetchUrl)