mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-11 04:52:34 +02:00
chore: code clean-up
This commit is contained in:
@@ -67,13 +67,7 @@
|
|||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div>
|
<div>
|
||||||
<q-rating
|
<q-rating
|
||||||
class="gt-sm"
|
v-model="maxStars"
|
||||||
disable
|
|
||||||
size="2em"
|
|
||||||
:max="5"
|
|
||||||
color="primary"
|
|
||||||
></q-rating
|
|
||||||
><q-rating
|
|
||||||
class="lt-md"
|
class="lt-md"
|
||||||
size="1.5em"
|
size="1.5em"
|
||||||
:max="5"
|
:max="5"
|
||||||
|
@@ -134,7 +134,7 @@ class ExtensionRelease(BaseModel):
|
|||||||
if resp.status_code != 200:
|
if resp.status_code != 200:
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status_code=HTTPStatus.NOT_FOUND,
|
status_code=HTTPStatus.NOT_FOUND,
|
||||||
detail=f"Cannot fetch extension releases: {releases_url}",
|
detail=f"Cannot fetch extension releases: {releases_url}: {resp.text}",
|
||||||
)
|
)
|
||||||
|
|
||||||
releases = resp.json()
|
releases = resp.json()
|
||||||
|
Reference in New Issue
Block a user