Skip to content

Commit 65e4402

Browse files
committed
Fixed logging errors from populator
1 parent c7a8349 commit 65e4402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/utils/requestProcessor.js

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -3193,7 +3193,7 @@ const processBulkRequest = (i, requests, params) => {
31933193
const appKey = params.qstring.app_key;
31943194
if (i === requests.length) {
31953195
common.unblockResponses(params);
3196-
if (params.qstring.safe_api_response || plugins.getConfig("api", params.app && params.app.plugins, true).safe && !params.res.finished) {
3196+
if ((params.qstring.safe_api_response || plugins.getConfig("api", params.app && params.app.plugins, true).safe) && !params.res.finished) {
31973197
common.returnMessage(params, 200, 'Success');
31983198
}
31993199
return;

0 commit comments

Comments
 (0)