We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2740bce commit 2a33256Copy full SHA for 2a33256
1 file changed
src/client.ts
@@ -112,7 +112,6 @@ export function createClient(config: {
112
});
113
114
const userModules = {
115
- app: createAppModule(axiosClient, appId),
116
entities: createEntitiesModule(axiosClient, appId),
117
integrations: createIntegrationsModule(axiosClient, appId),
118
auth: createAuthModule(axiosClient, functionsAxiosClient, appId, {
0 commit comments