From c5053ed6c9f83b17b3e203b3fd046e497b132957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6pf?= Date: Thu, 29 Dec 2022 16:13:30 +0100 Subject: [PATCH] fix typo: uesr->user --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index bb33a5e5..fa511f91 100644 --- a/backend/main.py +++ b/backend/main.py @@ -87,7 +87,7 @@ if settings.DEBUG_USE_SEED_DATA: user_post_id="6f1d0711", parent_post_id=None, text="Hi!", - role="uesr", + role="user", ), DummyPost( task_post_id="74c381d4",