We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dffc3f + cda91ec commit 974853dCopy full SHA for 974853d
src/model.ts
@@ -292,7 +292,7 @@ class Model {
292
);
293
}
294
295
- static query(query, args): Promise<Collection<ModelConstructor>> {
+ static query(query, args): Promise<Collection<Model>> {
296
const requestURL = this.constructBaseURL(args);
297
const queryString = this.toQueryString(query);
298
return (
0 commit comments