Commit 4ea07587 authored by Sheela Kumari's avatar Sheela Kumari
Browse files

api call changes

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -103,7 +103,7 @@ function RejectNocModal({
}
//regulator push notification
const regAPIRes = await applicantService.getAllRegulatorDeviceId();
const regAPIRes = await getAllRegulatorDeviceId();
let regDeviceIds = [];
regAPIRes?.data?.regulator?.forEach((item) => {
let tempIds = JSON.parse(item.device_id);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment