From 24c647966b1e024825afea2d8d742e0000bf869e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 10 Oct 2024 14:22:17 -0500 Subject: [PATCH] updated build system --- repertory/librepertory/src/providers/meta_db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/src/providers/meta_db.cpp b/repertory/librepertory/src/providers/meta_db.cpp index 0cbcfc14..04168666 100644 --- a/repertory/librepertory/src/providers/meta_db.cpp +++ b/repertory/librepertory/src/providers/meta_db.cpp @@ -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;