mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
chore(edgejobs): clean up EE-4850 (#8259)
This commit is contained in:
parent
2fc518f221
commit
3d28a6f877
7 changed files with 14 additions and 21 deletions
|
@ -47,7 +47,7 @@ func NewHandler(bouncer *security.RequestBouncer) *Handler {
|
|||
return h
|
||||
}
|
||||
|
||||
func (handler *Handler) convertEndpointsToMetaObject(endpoints []portainer.EndpointID) map[portainer.EndpointID]portainer.EdgeJobEndpointMeta {
|
||||
func convertEndpointsToMetaObject(endpoints []portainer.EndpointID) map[portainer.EndpointID]portainer.EdgeJobEndpointMeta {
|
||||
endpointsMap := map[portainer.EndpointID]portainer.EdgeJobEndpointMeta{}
|
||||
|
||||
for _, endpointID := range endpoints {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue