Skip to content

Commit

Permalink
re-enable get_app_status
Browse files Browse the repository at this point in the history
  • Loading branch information
cstenglein committed Oct 25, 2022
1 parent 967a174 commit 0f907b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/repositories/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def get_full_client_warmup_data() -> List:
get_ln_info_lite(),
get_fee_revenue(),
get_wallet_balance(),
# get_app_status(),
get_app_status(),
get_hardware_info(),
]
)
Expand All @@ -48,7 +48,7 @@ async def get_full_client_warmup_data_bitcoinonly() -> List:
*[
get_system_info(),
get_btc_info(),
# get_app_status(),
get_app_status(),
get_hardware_info(),
]
)
Expand Down

0 comments on commit 0f907b9

Please sign in to comment.