From 8f02ccc83c62152bcc2a369120736ba6bcb97ab9 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 16 Aug 2025 14:37:45 +0300 Subject: Fix ChatBoostSource --- src/types/chat_boost_source.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types') 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) { }, pub const jsonParse = json.makeJsonParse(ChatBoostSource); - pub const jsonParseFromValue = json.makeJsonParseFromValue(ChatBoostSource); + pub const jsonParseFromValue = json.makeJsonParseFromValueWithTag(ChatBoostSource, "source"); }; -- cgit v1.2.3