fix: address clang-tidy warnings (#5915)
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
namespace chatterino::eventsub::lib::payload::session_welcome {
|
||||
|
||||
boost::json::result_for<Payload, boost::json::value>::type tag_invoke(
|
||||
boost::json::try_value_to_tag<Payload>, const boost::json::value &jvRoot)
|
||||
boost::json::try_value_to_tag<Payload> /* tag */,
|
||||
const boost::json::value &jvRoot)
|
||||
{
|
||||
if (!jvRoot.is_object())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user