()
| 21 | } |
| 22 | |
| 23 | public removeToken(): boolean { |
| 24 | return this.minuteLimiter.tryRemoveTokens(1) || this.hourLimiter.tryRemoveTokens(1) |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | const getRoot = async (req: Request, error?: Error): Promise<string> => { |
no outgoing calls
no test coverage detected