| 113 | } |
| 114 | |
| 115 | class BlogUserHandler extends BlogHandler { |
| 116 | @param('uid', Types.Int) |
| 117 | @param('page', Types.PositiveInt, true) |
| 118 | async get(domainId: string, uid: number, page = 1) { |
nothing calls this directly
no outgoing calls
no test coverage detected