fix: keep parameters not needing computation
This commit is contained in:
@@ -38,6 +38,9 @@ export default function computeParameters(
|
||||
};
|
||||
}
|
||||
|
||||
return result;
|
||||
return {
|
||||
...result,
|
||||
[key]: value,
|
||||
};
|
||||
}, {});
|
||||
}
|
||||
|
Reference in New Issue
Block a user