export back getMapEnabledStatus

This commit is contained in:
Abhinav 2023-06-29 20:30:44 +05:30
parent 17a924f9e5
commit fcfa1182d4

View file

@ -464,7 +464,7 @@ export const syncMapEnabled = async () => {
} }
}; };
const getMapEnabledStatus = async () => { export const getMapEnabledStatus = async () => {
try { try {
const token = getToken(); const token = getToken();
const resp: AxiosResponse<GetRemoteStoreValueResponse> = const resp: AxiosResponse<GetRemoteStoreValueResponse> =