Correct api.getFluxImages usage

This commit is contained in:
Aaron Kirkbride
2018-06-20 13:41:14 +01:00
committed by GitHub
parent 183396ed54
commit 86ffa6dd6a

View File

@@ -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,