fix add render
This commit is contained in:
parent
6158f76517
commit
656988c052
|
@ -111,7 +111,7 @@ func (a Add) Do(deps Dependencies) (CommandResult, error) {
|
|||
return nil, fmt.Errorf("could not store sync item: %v", err)
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return AddRender{}, nil
|
||||
}
|
||||
|
||||
type AddRender struct {
|
||||
|
|
Loading…
Reference in New Issue