Skip to content

Commit

Permalink
πŸ› removes unsupported parameter (#6612)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Neagu <[email protected]>
On behalf of @GitHK
  • Loading branch information
GitHK authored Oct 29, 2024
1 parent 50076aa commit 9e0d75b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ async def wrapper(*args, **kwargs):
f"Please check code at: '{func.__module__}.{func.__name__}'"
)
_logger.exception(msg)
raise RejectMessage(reason=msg) from e
raise RejectMessage from e

return wrapper

0 comments on commit 9e0d75b

Please sign in to comment.