Skip to content

Commit

Permalink
Merge pull request #4 from CKehToh/fix_timestamp_null
Browse files Browse the repository at this point in the history
fix deference of null value
  • Loading branch information
XIELongDragon authored May 16, 2023
2 parents 419fb9b + e9d99e5 commit 944aca2
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 @@ -140,7 +140,7 @@ func (q *influxQu) processSubStruct(
return &DuplicatedTimestamp{}
}

*timestamp = *tp
timestamp = tp
}

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

0 comments on commit 944aca2

Please sign in to comment.