Skip to content

Commit

Permalink
fix deference of null value
Browse files Browse the repository at this point in the history
  • Loading branch information
chukiattohMatrixport committed May 16, 2023
1 parent 655d427 commit e9d99e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_influx_point.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (q *influxQu) processSubStruct(
return &DuplicatedTimestamp{}
}

*timestamp = *tp
timestamp = tp
}

if err := mergeTags(tags, t); err != nil {
Expand Down

0 comments on commit e9d99e5

Please sign in to comment.