| 121 | } |
| 122 | |
| 123 | class CommentClass extends mongoose.Model { |
| 124 | public static async getList({ userId, discussionId }) { |
| 125 | await this.checkPermission({ userId, discussionId }); |
| 126 |
nothing calls this directly
no outgoing calls
no test coverage detected