From 98f6d9551beefbecd5d93a31ec8b553fee3e1f4c Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 8 Nov 2024 18:00:17 +0100 Subject: Fixed wrong Schema Type being provided --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 8e29d3c..26f3afd 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -608,7 +608,7 @@ public: return make_void(); } - error_or>> find(ref> key){ + error_or>> find(ref> key){ auto find = vals_.find(key()); if(find == vals_.end()){ return make_error(); -- cgit v1.2.3