| 145 | } |
| 146 | |
| 147 | class MessageClass extends mongoose.Model { |
| 148 | public static async getList({ userId, chatId, batchNumberForMessages, limit }) { |
| 149 | await this.checkPermission({ userId, chatId }); |
| 150 |
nothing calls this directly
no outgoing calls
no test coverage detected