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:
funghi999 2024-07-03 08:50:29 +02:00 committed by marco-pilz_ifm
parent 91a9e89f27
commit f1b2cb8bee

View File

@ -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) => {