🐂 Support for session-tracking
This commit is contained in:
@@ -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`,
|
||||
@@ -91,9 +91,9 @@ export const fetchComicBookMetadata = () => async (dispatch) => {
|
||||
// }),
|
||||
// );
|
||||
dispatch({
|
||||
type: LS_IMPORT,
|
||||
type: "EMIT_SOCKET_EVENT",
|
||||
meta: { remote: true },
|
||||
data: {},
|
||||
data: { gym: "asas" },
|
||||
});
|
||||
};
|
||||
export const toggleImportQueueStatus = (options) => async (dispatch) => {
|
||||
|
||||
Reference in New Issue
Block a user