compare git hash to branch
This commit is contained in:
parent
940d1a6145
commit
c06299878b
@ -61,7 +61,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
const fetchUrl = "https://api.github.com/repos/helgeerbe/OpenDTU-OnBattery/compare/"
|
||||
+ this.systemDataList.git_hash + "...HEAD";
|
||||
+ this.systemDataList.git_hash + "..." + this.systemDataList.git_branch;
|
||||
|
||||
fetch(fetchUrl)
|
||||
.then((response) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user