Skip to content

Commit d0e34bb

Browse files
committed
Merge branch 'feat-roadways-issue-fix' of github.com:hotosm/fmtm into feat-roadways-issue-fix
2 parents 570901e + b1f527f commit d0e34bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async def lifespan(
8686
app: FastAPI, # dead: disable
8787
) -> AsyncIterator[None]:
8888
"""FastAPI startup/shutdown event."""
89+
8990
log.debug("Starting up FastAPI server.")
9091

9192
# Create a pooled db connection and make available in lifespan state

0 commit comments

Comments
 (0)