Skip to content

Commit 4ba07ca

Browse files
committed
Merge branch 'master' into no-jira-label-old-new
# Conflicts: # internal/controller/shared_controller.go
2 parents 5d5eff3 + 350fb33 commit 4ba07ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/shared_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ func makeUptimeName[O pdoknlv3.WMSWFS](obj O) (string, error) {
515515

516516
ownerID, ok := obj.GetLabels()["dataset-owner"]
517517
if !ok {
518-
// Ve label
519518
ownerID, ok = obj.GetLabels()["pdok.nl/owner-id"]
520519
if !ok {
521520
return "", errors.New("dataset-owner and pdok.nl/owner-id labels are not found in object")

0 commit comments

Comments
 (0)