Skip to content
Snippets Groups Projects
Commit c781fba0 authored by Jake Taylor's avatar Jake Taylor
Browse files

fix

parent b77705de
No related branches found
No related tags found
3 merge requests!510Release,!233Modify restore to call user-defined bindings callback. Add Sent requests to...,!207WIP: Client Restructure
...@@ -181,7 +181,7 @@ var udCmd = &cobra.Command{ ...@@ -181,7 +181,7 @@ var udCmd = &cobra.Command{
jww.FATAL.Panicf("BATCHADD: Couldn't read file: %+v", err) jww.FATAL.Panicf("BATCHADD: Couldn't read file: %+v", err)
} }
restored, _, _, err := xxmutils.RestoreContactsFromBackup( restored, _, _, err := xxmutils.RestoreContactsFromBackup(
idListFile, client, userDiscoveryMgr, nil, nil) idListFile, client, userDiscoveryMgr, nil)
if err != nil { if err != nil {
jww.FATAL.Panicf("%+v", err) jww.FATAL.Panicf("%+v", err)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment