Default header type to unknown
This is a subtle bug from the zero value of a header enum that's causing overwriting in pool uploads
This commit is contained in:
parent
b6951d64d4
commit
dfe7d3650f
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ import (
|
|||
type headerPoolEnum int
|
||||
|
||||
const (
|
||||
headerPoolAddressLocality headerPoolEnum = iota
|
||||
headerPoolUnknown headerPoolEnum = iota
|
||||
headerPoolAddressLocality
|
||||
headerPoolAddressPostalCode
|
||||
headerPoolAddressRegion
|
||||
headerPoolAddressStreet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue