Skip to content

Commit

Permalink
Non-functional tweek to make an error message more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterblue committed Jun 13, 2021
1 parent f665ee2 commit a871f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/v1/places.ts
Expand Up @@ -132,7 +132,7 @@ export const procPostPlaces: RequestHandler = async (req: Request, resp: Respons
};
}
else {
req.vRestResp.respondFailure('no domain specified');
req.vRestResp.respondFailure('name, address, and domainId must be specified');
};
}
else {
Expand Down

0 comments on commit a871f59

Please sign in to comment.