fix: return the correct latest version

This commit is contained in:
naskya 2023-09-24 13:14:33 +09:00
parent 6a46044cf4
commit 7042f038f1
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -20,7 +20,7 @@ export default define(meta, paramDef, async () => {
)
.then((response) => response.json())
.then((data) => {
tag_name = data[0].name;
tag_name = data[0].name.slice(1);
});
return {