Renamed wrapper
to ImplWrapper
- helps with debugging and understanding the code flow
This commit is contained in:
parent
8fa3acfd80
commit
a5e7eb2208
@ -196,7 +196,7 @@ const pipeline = (apiController, apiUtils, apiType) => {
|
||||
|
||||
Object.freeze(apiImpl.headers);
|
||||
|
||||
obj[method] = async function wrapper() {
|
||||
obj[method] = async function ImplWrapper() {
|
||||
const apiConfig = {docName, method};
|
||||
let options;
|
||||
let data;
|
||||
|
Loading…
Reference in New Issue
Block a user