reid 2 tahun lalu
induk
melakukan
1b1673fcdd
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      rectify/rectify.go

+ 0 - 1
rectify/rectify.go

@@ -26,7 +26,6 @@ func DockerSubscriptionHandler() {
 			logger.Error("Failed to assert Docker event data type")
 			continue
 		}
-		contID := dockerEvent.Actor.ID
 		contName := dockerEvent.Actor.Attributes["name"]
 		switch dockerEvent.Action {