sql query fix

This commit is contained in:
Yannic Kilcher
2022-12-16 17:14:31 +01:00
parent ab5be62a8a
commit fa612f8eeb
+1 -1
View File
@@ -119,7 +119,7 @@ class PromptRepository:
Post.workpackage_id == work_pack.id,
Post.frontend_post_id == post_id,
Post.parent_id is None,
self.api_client == self.api_client,
Post.api_client_id == self.api_client.id,
)
.one_or_none()
)