mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-09 20:12:34 +02:00
chore: code clean-up
This commit is contained in:
@@ -67,13 +67,7 @@
|
||||
<q-card-section>
|
||||
<div>
|
||||
<q-rating
|
||||
class="gt-sm"
|
||||
disable
|
||||
size="2em"
|
||||
:max="5"
|
||||
color="primary"
|
||||
></q-rating
|
||||
><q-rating
|
||||
v-model="maxStars"
|
||||
class="lt-md"
|
||||
size="1.5em"
|
||||
:max="5"
|
||||
|
@@ -134,7 +134,7 @@ class ExtensionRelease(BaseModel):
|
||||
if resp.status_code != 200:
|
||||
raise HTTPException(
|
||||
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()
|
||||
|
Reference in New Issue
Block a user