docstring fix

This commit is contained in:
Yannic Kilcher
2022-12-14 23:51:42 +01:00
parent 96d668fa4b
commit 2b02ef2ddc
+1 -1
View File
@@ -80,7 +80,7 @@ def post_interaction(
interaction: protocol_schema.TextReplyToPost,
) -> Any:
"""
The frontend acknowledges a task.
The frontend reports an interaction.
"""
deps.api_auth(api_key, db, create=True)