🐂 Queue pause/resume functionality

This commit is contained in:
2023-08-21 17:55:26 -04:00
parent 8c6890a044
commit 0c2cbb6937
3 changed files with 9 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ import { success } from "react-notification-system-redux";
import { isNil, map } from "lodash";
export const getServiceStatus = (serviceName?: string) => async dispatch => {
export const getServiceStatus = (serviceName?: string) => async (dispatch) => {
axios
.request({
url: `${LIBRARY_SERVICE_BASE_URI}/getHealthInformation`,