error line updated just
This commit is contained in:
@@ -92,7 +92,7 @@ router.post(
|
|||||||
if (!credentials) {
|
if (!credentials) {
|
||||||
return res
|
return res
|
||||||
.status(404)
|
.status(404)
|
||||||
.json({ error: "No insurance credentials found for this provider." });
|
.json({ error: "No insurance credentials found for this provider. Kindly Update this at Settings Page." });
|
||||||
}
|
}
|
||||||
|
|
||||||
const enrichedData = {
|
const enrichedData = {
|
||||||
|
|||||||
Reference in New Issue
Block a user