Skip to content

Commit a0c3f38

Browse files
committed
logging/debugging
1 parent 448fda5 commit a0c3f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/apiCustomFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const submitFoiRequest = async (server, req, res, next) => {
4848
console.log("calling RAW FOI Request");
4949
const response = await requestAPI.invokeRequestAPI(JSON.stringify(data.params), apiUrl);
5050

51-
console.log(`API response = ${response.status}`);
51+
console.log(`API response = Status: ${response.status}, Message: ${response.message}`);
5252

5353
if(response.status === 200 && response.data.status ) {
5454
console.log(`response id: ${response.data.id}`);

0 commit comments

Comments
 (0)