Skip to content
Snippets Groups Projects
Commit 485e942e authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Update UD

parent 76aa1175
Branches
Tags
No related merge requests found
......@@ -135,7 +135,7 @@ var udCmd = &cobra.Command{
if err != nil {
jww.FATAL.Panicf("%+v", err)
}
cBytes, err := newContact.Marshal()
cBytes := newContact.Marshal()
if err != nil {
jww.FATAL.Panicf("%+v", err)
}
......@@ -183,7 +183,7 @@ var udCmd = &cobra.Command{
jww.FATAL.Panicf("%+v", err)
}
for i := 0; i < len(contacts); i++ {
cBytes, err := contacts[i].Marshal()
cBytes := contacts[i].Marshal()
if err != nil {
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