I submit to the might of DougSC

The acceptEvent is expecting to
parse a JSON string. Instead of
evJson.get_string()
try tao::json::to_string(evJson)

and it worked
This commit is contained in:
Bonn Ortloff
2023-03-28 20:08:55 -05:00
parent 2308276af5
commit bc7fa46feb
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@
*.o
/strfry
/strfry-db/*.mdb
.vscode/c_cpp_properties.json
.vscode/*