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("*")
|
.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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user