updated build system

This commit is contained in:
Scott E. Graves 2024-10-10 14:22:17 -05:00
parent d3f3048568
commit 24c647966b

View File

@ -120,8 +120,8 @@ auto meta_db::get_item_meta(const std::string &api_path,
.column("*") .column("*")
.where("api_path") .where("api_path")
.equals(api_path) .equals(api_path)
.limit(1)
.op() .op()
.limit(1)
.go(); .go();
if (not result.has_row()) { if (not result.has_row()) {
return api_error::item_not_found; return api_error::item_not_found;