Revert "Fix: Link to git hash references onBattery repo"
This reverts commit 23b35d9b00.
This commit is contained in:
parent
32913c2b2e
commit
46c733ca31
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user