Skip to content

Commit

Permalink
nit: default-initialize PubSubAutoModQueueMessage::contentLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 3, 2024
1 parent d94b5d6 commit ac6ad9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/twitch/pubsubmessages/AutoMod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct PubSubAutoModQueueMessage {
QString status;

QString contentCategory;
int contentLevel;
int contentLevel{};

QString messageID;
QString messageText;
Expand Down

0 comments on commit ac6ad9f

Please sign in to comment.