You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, despite having an iter.Close() down at Line 174, it is important to use defer iter.Close() which will allow for clean up by closing the store and releasing resources
The text was updated successfully, but these errors were encountered:
Summary of Bug
Given the usage of panics down below in this code section
sommelier/app/export.go
Lines 155 to 174 in 3157d97
The text was updated successfully, but these errors were encountered: