@giteeteam/apps-api
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -20,3 +20,2 @@ export class StorageEntityQuery { | ||
} | ||
console.log('or', queries[0].entityName, queries[0].queryOptions); | ||
return new StorageEntityQuery(globalStorage, queries[0].entityName, { | ||
@@ -191,3 +190,3 @@ or: queries.map(q => q.queryOptions), | ||
var _a; | ||
const res = await this.globalStorage.query(this.entityName, this.queryOptions); | ||
const res = await this.globalStorage.query(this.entityName, { ...this.queryOptions, limit: 1 }); | ||
if (res.code) { | ||
@@ -194,0 +193,0 @@ throw new Error(res.error); |
{ | ||
"name": "@giteeteam/apps-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Giteeteam Apps API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
19242
495