(...params)
| 10795 | }); |
| 10796 | } |
| 10797 | async collectionQuery(...params) { |
| 10798 | return defaultParam(collectionQuery, { headers: this.authHeaders })(params[0]); |
| 10799 | } |
| 10800 | async makeCollection(...params) { |
| 10801 | return defaultParam(makeCollection, { headers: this.authHeaders })(params[0]); |
| 10802 | } |
nothing calls this directly
no test coverage detected