Skip to content

Commit 2308bff

Browse files
author
Jack Crish
committed
update gitignore
1 parent e716dca commit 2308bff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/app/user_id/user_id.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
const crypto = require("crypto");
22
const cookie = require("cookie");
3-
const mixpanel = require("mixpanel").init("12fa2800ccbf44a5c36c37bc9776e4c0", {
4-
debug: true,
5-
protocol: "https"
6-
});
3+
74
class MPID{
85
constructor(){
96
this.cookie = null;

0 commit comments

Comments
 (0)