Renamed wrapper to ImplWrapper

- helps with debugging and understanding the code flow
This commit is contained in:
Daniel Lockyer 2024-05-13 14:44:12 +02:00 committed by Daniel Lockyer
parent 8fa3acfd80
commit a5e7eb2208

View File

@ -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;