Skip to content

Commit 17ce2f2

Browse files
committed
test onboarding (attemp to fix 76)
1 parent 3b872b0 commit 17ce2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@asynccontextmanager
1212
async def lifespan(app: FastAPI):
13-
await connect_db()
13+
await connect_db()
1414
yield
1515
await close_db()
1616

0 commit comments

Comments
 (0)