mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-20 17:33:03 +00:00
fix
This commit is contained in:
parent
28167e0f4d
commit
396e8acfb1
@ -146,7 +146,7 @@ async def delete_discussion(discussion: DiscussionDelete):
|
||||
:param request: The HTTP request object.
|
||||
:return: A JSON response with the status of the operation.
|
||||
"""
|
||||
check_access(discussion.client_id)
|
||||
check_access(lollmsElfServer, discussion.client_id)
|
||||
|
||||
try:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user