Skip to content

Commit

Permalink
fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaszm committed Dec 12, 2024
1 parent 2b493c6 commit 9d6c3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/plugins/JSONRPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ namespace JSONRPCErrorAssessorTypes {

void Closed(const Core::JSONRPC::Context& context, const OnCloseCallback& callback = nullptr)
{
Closed(context.ChannelId());
Closed(context.ChannelId(), callback);
}

private:
Expand Down

0 comments on commit 9d6c3d3

Please sign in to comment.