Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit bedfe54

Browse files
committed
Completely revert analytics changes
1 parent 59631ca commit bedfe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyticsd/daemon/daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (d *Daemon) do(isFirstTime bool) error {
138138

139139
params := url.Values{}
140140
params.Add("q", "type IN "+eventTypesFilter())
141-
if !isFirstTime && d.lastTime != nil {
141+
if !isFirstTime {
142142
params.Add("q", "timestamp>"+d.lastTime.Format(ccTimeStampFormat))
143143
}
144144

0 commit comments

Comments
 (0)