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:
Eli Ribble 2026-04-16 00:14:35 +00:00
parent b6951d64d4
commit dfe7d3650f
No known key found for this signature in database

View file

@ -30,7 +30,8 @@ import (
type headerPoolEnum int
const (
headerPoolAddressLocality headerPoolEnum = iota
headerPoolUnknown headerPoolEnum = iota
headerPoolAddressLocality
headerPoolAddressPostalCode
headerPoolAddressRegion
headerPoolAddressStreet