This commit is contained in:
Tben
2023-08-15 05:20:26 +01:00
parent 27744ad9a5
commit bb8b001089
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -68,6 +68,7 @@ async function localGet({ options, dbSchema }) {
});
if (error) throw error;
if (!result) throw new Error("No Result received for query => " + query);
if (result?.error) throw new Error(result.error);
results = result;