Skip to content

Commit

Permalink
missed int
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Sep 10, 2024
1 parent 1c2ea43 commit 7701705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bucketing/segmentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ func checkCustomData(filter *CustomDataFilter, data map[string]interface{}, clie
isNot64Bit = true
case int32:
isNot64Bit = true
case int:
isNot64Bit = true
case float32:
isNot64Bit = true
}
Expand Down

0 comments on commit 7701705

Please sign in to comment.