Skip to content

Commit

Permalink
formatted using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat2Jain committed Nov 17, 2023
1 parent 45e242c commit 81f4449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/serializer/dxcontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_allow_discussion_value(context, request, result):
# Check if the content item implements the IContentish interface
if IContentish.providedBy(context):
result["allow_discussion"] = getMultiAdapter(
(context, request), name="conversation_view"
(context, request), name="conversation_view"
).enabled()
else:
result["allow_discussion"] = False
Expand Down

0 comments on commit 81f4449

Please sign in to comment.