Skip to content

Commit

Permalink
fix: fixed a compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 21, 2023
1 parent b7a3e4c commit de20be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpp/webhook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using json = nlohmann::json;

const size_t MAX_ICON_SIZE = 256 * 1024;

webhook::webhook() : managed(), type(w_incoming), guild_id(0), channel_id(0), application_id(0), image_data(nullptr)
webhook::webhook() : managed(), type(w_incoming), guild_id(0), channel_id(0), application_id(0)
{
}

Expand Down

0 comments on commit de20be1

Please sign in to comment.