We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a2f30 commit c4e9dfcCopy full SHA for c4e9dfc
1 file changed
util/desktop/bundle/export.go
@@ -38,7 +38,7 @@ func Export(ctx context.Context, c []*client.Client, w io.Writer, records []*Rec
38
s := proxy.NewContentStore(c.ContentClient())
39
if store == nil {
40
store = s
41
- break
+ continue
42
}
43
store = &nsFallbackStore{
44
main: store,
0 commit comments