This commit is contained in:
2023-07-23 22:38:59 +02:00
parent b35de64cea
commit 28fe055f32
11 changed files with 3 additions and 36 deletions
@@ -42,7 +42,6 @@ export default defineComponent({
if (result === null) return;
const json = await result.json();
for (const release of json) {
const version = {} as any;
version.body = release.body.trim();