Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omars44 authored Apr 9, 2023
1 parent c2b45d4 commit 6311937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ from pydantic import UUID4
from sqlalchemy import desc, func, select, text
from sqlalchemy.sql.functions import coalesce

from src.database import databse, posts, profiles, post_review, products
from src.database import database, posts, profiles, post_review, products

async def get_posts(
creator_id: UUID4, *, limit: int = 10, offset: int = 0
Expand Down

0 comments on commit 6311937

Please sign in to comment.