Revert "Fix: Link to git hash references onBattery repo"

This reverts commit 23b35d9b00.
This commit is contained in:
helgeerbe 2023-04-27 21:43:24 +02:00
parent 32913c2b2e
commit 46c733ca31

View File

@ -60,7 +60,7 @@ export default defineComponent({
this.systemDataList.git_is_hash = true; 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"; + this.systemDataList.git_hash + "...HEAD";
fetch(fetchUrl) fetch(fetchUrl)