if (ids.length === 2 &&
  (    this.postTriggers.indexOf(ids[0]) > -1 && expressRoutes.indexOf(ids[1]) > -1
    || this.postTriggers.indexOf(ids[0]) > -1 && fsMethods.indexOf(ids[1]) > -1)
  ||  ids.length === 1 &&
  (    this.postTriggers.indexOf(ids[0]) > -1)) {