Skip to content

Commit

Permalink
Remove invalid enum serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed May 19, 2024
1 parent 7623533 commit 260000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
template<>
struct glz::meta<plugify::ValueType> {
static constexpr auto value = enumerate(
plugify::ValueName::Invalid, plugify::ValueType::Invalid,
//plugify::ValueName::Invalid, plugify::ValueType::Invalid,
plugify::ValueName::Void, plugify::ValueType::Void,
plugify::ValueName::Bool, plugify::ValueType::Bool,
plugify::ValueName::Char8, plugify::ValueType::Char8,
Expand Down

0 comments on commit 260000d

Please sign in to comment.