fix(mail_queue): add nil check for queue config (#437)
* fix(beads): cache version check and add timeout to prevent cli lag * fix(mail_queue): add nil check for queue config Prevents potential nil pointer panic when queue config exists in map but has nil value. Added || queueCfg == nil check to the queue lookup condition in runMailClaim function. Fixes potential panic that could occur if a queue entry exists in config but with a nil value.
This commit is contained in: