mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Correct api.getFluxImages usage
This commit is contained in:
@@ -854,7 +854,7 @@ export function getImagesForService(orgId, serviceId) {
|
||||
});
|
||||
|
||||
// Use the fluxv2 api
|
||||
api.getFluxImages(orgId, serviceId, 2)
|
||||
api.getFluxImages(orgId, serviceId)
|
||||
.then((services) => {
|
||||
dispatch({
|
||||
type: ActionTypes.RECEIVE_SERVICE_IMAGES,
|
||||
|
||||
Reference in New Issue
Block a user