Skip to content

Commit

Permalink
Update eids.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jul 9, 2024
1 parent 61a1e63 commit 4fdbedb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/userId/eids.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {deepAccess, deepClone, isFn, isPlainObject, isStr} from '../../src/utils.js';
/*
/*
* @typedef {import('../modules/userId/index.js').SubmoduleContainer} SubmoduleContainer
*/

export const EID_CONFIG = new Map();

// this function will create an eid object for the given UserId sub-module
Expand Down

0 comments on commit 4fdbedb

Please sign in to comment.