error line updated just
This commit is contained in:
@@ -92,7 +92,7 @@ router.post(
|
||||
if (!credentials) {
|
||||
return res
|
||||
.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 = {
|
||||
|
||||
Reference in New Issue
Block a user