diff --git a/cmd/ud.go b/cmd/ud.go index a71f74b8b40f09b092285278f51414c6dd6ce196..4666cba3fec19f620b0903e191c3955b2b42439a 100644 --- a/cmd/ud.go +++ b/cmd/ud.go @@ -181,7 +181,7 @@ var udCmd = &cobra.Command{ jww.FATAL.Panicf("BATCHADD: Couldn't read file: %+v", err) } restored, _, _, err := xxmutils.RestoreContactsFromBackup( - idListFile, client, userDiscoveryMgr, nil, nil) + idListFile, client, userDiscoveryMgr, nil) if err != nil { jww.FATAL.Panicf("%+v", err) }