updated build system
This commit is contained in:
parent
d3f3048568
commit
24c647966b
@ -120,8 +120,8 @@ auto meta_db::get_item_meta(const std::string &api_path,
|
||||
.column("*")
|
||||
.where("api_path")
|
||||
.equals(api_path)
|
||||
.limit(1)
|
||||
.op()
|
||||
.limit(1)
|
||||
.go();
|
||||
if (not result.has_row()) {
|
||||
return api_error::item_not_found;
|
||||
|
Loading…
x
Reference in New Issue
Block a user