make-mp-data 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -77,7 +77,6 @@ async function main(config) {
|
|
|
77
77
|
numEvents,
|
|
78
78
|
numUsers,
|
|
79
79
|
numDays,
|
|
80
|
-
events,
|
|
81
80
|
anonIds,
|
|
82
81
|
sessionIds,
|
|
83
82
|
format,
|
|
@@ -257,7 +256,6 @@ async function main(config) {
|
|
|
257
256
|
numEvents,
|
|
258
257
|
numUsers,
|
|
259
258
|
numDays,
|
|
260
|
-
events,
|
|
261
259
|
anonIds,
|
|
262
260
|
sessionIds,
|
|
263
261
|
format,
|