File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/mixpanel/mixpanelapi Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 124
124
<dependency >
125
125
<groupId >junit</groupId >
126
126
<artifactId >junit</artifactId >
127
- <version >3.8.1 </version >
127
+ <version >4.13.2 </version >
128
128
<scope >test</scope >
129
129
</dependency >
130
130
131
131
<dependency >
132
132
<groupId >org.json</groupId >
133
133
<artifactId >json</artifactId >
134
- <version >20090211 </version >
134
+ <version >20220320 </version >
135
135
</dependency >
136
136
</dependencies >
137
137
</project >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public MessageBuilder(String token) {
49
49
* @return event message for consumption by MixpanelAPI
50
50
*/
51
51
public JSONObject event (String distinctId , String eventName , JSONObject properties ) {
52
- long time = System .currentTimeMillis () / 1000 ;
52
+ long time = System .currentTimeMillis ();
53
53
54
54
// Nothing below should EVER throw a JSONException.
55
55
try {
You can’t perform that action at this time.
0 commit comments