Change git hash (#3)
* chore: Update FUNDING.yml with new ko-fi username (cherry picked from commit d8d27b63a9ed58edbc470d1e65ae7a5766a49591) * chore: Update PR template link to point to the correct repository (cherry picked from commit f8e3f34344cddd54d1939274c207f1d14225aff3) * feat: Add .vscode/extensions.json to .gitignore * chore: Update FUNDING.yml with new ko-fi username (cherry picked from commit d8d27b63a9ed58edbc470d1e65ae7a5766a49591) * chore: Update PR template link to point to the correct repository (cherry picked from commit f8e3f34344cddd54d1939274c207f1d14225aff3) * feat: Add .vscode/extensions.json to .gitignore --------- Co-authored-by: depilzma <marco.pilz@ifm.com>
This commit is contained in:
parent
91a9e89f27
commit
f1b2cb8bee
@ -74,16 +74,7 @@ export default defineComponent({
|
|||||||
this.systemDataList.git_is_hash = true;
|
this.systemDataList.git_is_hash = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.allowVersionInfo) {
|
const fetchUrl = 'https://api.github.com/repos/funghi999/openDTU-DUO-Fusion/compare/' + this.systemDataList.git_hash + '...HEAD';
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!this.allowVersionInfo) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const fetchUrl =
|
|
||||||
'https://api.github.com/repos/funghi999/openDTU-DUO-Fusion/compare/' + this.systemDataList.git_hash + '...HEAD';
|
|
||||||
|
|
||||||
fetch(fetchUrl)
|
fetch(fetchUrl)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user