(name, groupid)
| 158 | } |
| 159 | |
| 160 | checkNameRepeat(name, groupid) { |
| 161 | return this.model.countDocuments({ |
| 162 | name: name, |
| 163 | group_id: groupid |
| 164 | }); |
| 165 | } |
| 166 | |
| 167 | checkDomainRepeat(domain, basepath) { |
| 168 | return this.model.countDocuments({ |
no outgoing calls
no test coverage detected