mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
chore: code clean-up
This commit is contained in:
parent
a950af9944
commit
b039ab1e6b
2 changed files with 2 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue