(id)
| 122 | } |
| 123 | |
| 124 | getByEnv(id) { |
| 125 | return this.model |
| 126 | .findOne({ |
| 127 | _id: id |
| 128 | }) |
| 129 | .select('env') |
| 130 | .exec().then(this.handleEnvNullData); |
| 131 | } |
| 132 | |
| 133 | getProjectWithAuth(group_id, uid) { |
| 134 | return this.model.countDocuments({ |
no outgoing calls
no test coverage detected