fix lint
This commit is contained in:
parent
ea58bee3f5
commit
31154ed294
@ -126,7 +126,7 @@ func (t *Entry) UnmarshalCBOR(r io.Reader) error {
|
||||
return fmt.Errorf("wrong type for int64 field: %d", maj)
|
||||
}
|
||||
|
||||
t.Timestamp = int64(extraI)
|
||||
t.Timestamp = extraI
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user