Skip to content

Commit 6ba756e

Browse files
Update stac_fastapi/pgstac/core.py
Co-authored-by: Henry Rodman <[email protected]>
1 parent bc8fafa commit 6ba756e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/pgstac/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ async def health_check(request: Request) -> Union[Dict, JSONResponse]:
622622
"status": "DOWN",
623623
"lifespan": {
624624
"status": "DOWN",
625-
"message": "application lifespan wasn't ran",
625+
"message": "application lifespan wasn't run",
626626
},
627627
"pgstac": {
628628
"status": "DOWN",

0 commit comments

Comments
 (0)