custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
10 lines • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.checkOperatorPlatform = void 0;
var checkOperatorPlatform = function (platformId) {
if (platformId !== null && platformId.includes('CL'))
return true;
return false;
};
exports.checkOperatorPlatform = checkOperatorPlatform;
//# sourceMappingURL=checkOperatorPlatform.js.map