Skip to content

Commit

Permalink
pagination feature done
Browse files Browse the repository at this point in the history
  • Loading branch information
iazzenma committed Aug 17, 2024
1 parent 65d141c commit 6d2c980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/birdxplorer_api/routers/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class NoteListResponse(BaseModel):

class PostListResponse(BaseModel):
data: List[Post]
meta: PagenationMeta
meta: PaginationMeta


def str_to_twitter_timestamp(s: str) -> TwitterTimestamp:
Expand Down

0 comments on commit 6d2c980

Please sign in to comment.