Skip to content
Snippets Groups Projects
Commit f3d284f2 authored by Alexander Tumin's avatar Alexander Tumin
Browse files

skip invalid

parent 7d0ac910
Branches
Tags
No related merge requests found
......@@ -55,6 +55,8 @@ func startClosecom(
})
if err != nil {
log.WithError(err).WithField("user", m.ID).Error("exporting account as lead")
continue
}
_, err = conns.Viewing.ServiceUserSync(ctx, &viewing.ServiceUserSyncRequest{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment