Skip to content
Snippets Groups Projects
Commit f9b0f9ba authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Merge branch 'develop' into 99-commit-confirm-mechanic-for-ond-changes

parents aab71381 e35c2481
Branches
Tags
9 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!195DO NOT MERGE 2,!194DO NOT MERGE! just for testing,!147Commit-Confirm Mechanic for PND,!138Develop
......@@ -51,7 +51,7 @@ func NewPND(name, description string, id uuid.UUID, sbi SouthboundInterface) (Pr
errChans: make(map[uuid.UUID]chan error),
}
if err := pnd.sbic.add(sbi); err != nil {
return nil, &ErrAlreadyExists{item: sbi}
return nil, err
}
return pnd, nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment