Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/MichaelPesce/watertap-ui in…
Browse files Browse the repository at this point in the history
…to new-charts
  • Loading branch information
MichaelPesce committed Apr 10, 2024
2 parents 253b540 + 76d068e commit f64db8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/routers/flowsheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ async def remove_flowsheet(request: Request):

return {"new_value": new_value}
@router.get("/get_logs")
async def get_logs() -> List[str]:
async def get_logs() -> List:
"""Get backend logs.
Returns:
Expand Down

0 comments on commit f64db8d

Please sign in to comment.