Test SDK without the "single" parameter

This commit is contained in:
Ryan Munro (Monbrey)
2019-08-02 13:21:44 +10:00
parent 6b39166105
commit 609f583c4e
2 changed files with 3 additions and 7 deletions

View File

@ -28,7 +28,7 @@ export class Client {
if (params) {
params.map(param => {
if (resource === 'sets' && param.name === 'id') {
if (param.name === 'id') {
url = `/${param.value}`;
}
});