UNPKG

yemot-router

Version:

Because I do not know English, the documents are now in Hebrew. With the help of God in teaching English, I'll translate that.

13 lines (10 loc) 300 B
module.exports = function check_request(query) { if ( (query.ApiPhone || query.ApiPhone === "") && (query.ApiDID || query.ApiDID === "") && (query.ApiExtension || query.ApiExtension === "") && (query.ApiCallId || query.ApiCallId === "") ) { return true; } return false; };