summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/types/chat_boost_source.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/chat_boost_source.zig b/src/types/chat_boost_source.zig
index ead19a0..e8e797f 100644
--- a/src/types/chat_boost_source.zig
+++ b/src/types/chat_boost_source.zig
@@ -16,5 +16,5 @@ pub const ChatBoostSource = union(enum) {
16 }, 16 },
17 17
18 pub const jsonParse = json.makeJsonParse(ChatBoostSource); 18 pub const jsonParse = json.makeJsonParse(ChatBoostSource);
19 pub const jsonParseFromValue = json.makeJsonParseFromValue(ChatBoostSource); 19 pub const jsonParseFromValue = json.makeJsonParseFromValueWithTag(ChatBoostSource, "source");
20}; 20};