build: update fmt library to 12.1.0 (#449)

This commit is contained in:
bicarus-dev
2025-12-14 14:36:38 -08:00
committed by GitHub
parent b220cbf336
commit e0530fedad
71 changed files with 17690 additions and 15430 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Response::Response(uint64_t id) {
// check for error
auto error = document.GetParseError();
if (error)
log_warning("api", "response template parse error: {}", error);
log_warning("api", "response template parse error: {}", static_cast<uint32_t>(error));
// set ID
document["id"].SetUint64(id);