Skip to content

Commit 084aa2a

Browse files
committed
upd
1 parent 82824f0 commit 084aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class Tracker {
320320

321321
if (this.delay === 0) {
322322
// 实时上报
323-
this.beacon && this.beacon.onDirectUserAction(eventCode, formattedParams);
323+
this.beacon && this.beacon.onDirectUserAction(eventCode, formattedParams);
324324
} else {
325325
// 周期性上报
326326
this.beacon && this.beacon.onUserAction(eventCode, formattedParams);

0 commit comments

Comments
 (0)