Sha256: 9ade8ec0a17e4b6ca3327523c6116375250d9d8813b88710bf2f0140f95bfb66
Contents?: true
Size: 353 Bytes
Versions: 7
Compression:
Stored size: 353 Bytes
Contents
import { API_OPERATIONS, get } from 'foremanReact/redux/API'; import { FOREMAN_PUPPET_LAST_REPORT_KEY } from './ConfigStatusCardConstants'; export const getReportByIdAction = reportId => get({ type: API_OPERATIONS.GET, key: FOREMAN_PUPPET_LAST_REPORT_KEY, url: `/api/config_reports/${reportId}`, }); export default getReportByIdAction;
Version data entries
7 entries across 7 versions & 1 rubygems