We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d000dfc commit 1bebc6cCopy full SHA for 1bebc6c
packages/middleware/src/apiClientFactory/index.ts
@@ -178,7 +178,6 @@ const apiClientFactory = <
178
179
createApiClient._predefinedExtensions = factoryParams.extensions || [];
180
181
- // TODO: Init function is being added to the return type but it's not being added nowhere here.
182
return { createApiClient, init: factoryParams.init };
183
};
184
0 commit comments