We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daff087 commit 121aaeaCopy full SHA for 121aaea
lib/mappingTool/mappingTool.js
@@ -113,7 +113,7 @@ async function mappingTool(configJS) {
113
}
114
115
// step 2 : createSession
116
- const the_session = await myClient.createSession();
+ const the_session = await myClient.createSession(userIdentity);
117
config.getLogger().info(context, 'session created !');
118
119
// step 3 : browse
0 commit comments