Skip to content

Commit 93fb54d

Browse files
committed
Updating docstring
1 parent 9359bdd commit 93fb54d

File tree

1 file changed

+1
-0
lines changed
  • packages/optimizely-sdk/lib/core/event_builder

1 file changed

+1
-0
lines changed

packages/optimizely-sdk/lib/core/event_builder/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var HTTP_VERB = 'POST';
3030
* @param {string} options.clientVersion The version of the client
3131
* @param {Object} options.configObj Object representing project configuration, including datafile information and mappings for quick lookup
3232
* @param {string} options.userId ID for user
33+
* @param {Object} options.Logger logger
3334
* @return {Object} Common params with properties that are used in both conversion and impression events
3435
*/
3536
function getCommonEventParams(options) {

0 commit comments

Comments
 (0)