Skip to content

Commit

Permalink
fix typo: uesr->user
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Dec 29, 2022
1 parent 71eb09b commit c5053ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Expand Up @@ -87,7 +87,7 @@ class DummyPost(pydantic.BaseModel):
user_post_id="6f1d0711",
parent_post_id=None,
text="Hi!",
role="uesr",
role="user",
),
DummyPost(
task_post_id="74c381d4",
Expand Down

0 comments on commit c5053ed

Please sign in to comment.