(tier: string)
| 23 | } |
| 24 | |
| 25 | function normalizeTier(tier: string): string { |
| 26 | return tier; |
| 27 | } |
| 28 | |
| 29 | function storedFeedback(request: RecentRequest): FeedbackResult | null { |
| 30 | if (!request.feedback_action) return null; |
no outgoing calls
no test coverage detected