mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix duplicate case after rebase
This commit is contained in:
parent
0202c9b849
commit
7ffeeeede3
1 changed files with 0 additions and 2 deletions
2
attr.go
2
attr.go
|
|
@ -266,8 +266,6 @@ func txUpdateAttrs(tx *bolt.Tx, id uint64, m map[string]interface{}) (map[string
|
|||
attr[k] = uint64(v)
|
||||
case uint:
|
||||
attr[k] = uint64(v)
|
||||
case float64:
|
||||
attr[k] = uint64(v)
|
||||
case int64:
|
||||
attr[k] = uint64(v)
|
||||
case string, uint64, bool, float64:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue