(sessionId: string)
| 31 | } |
| 32 | |
| 33 | export function feedbackSessionLine(sessionId: string): string { |
| 34 | return `Session: ${sessionId}`; |
| 35 | } |
| 36 | |
| 37 | export function feedbackIdLine(feedbackId: number): string { |
| 38 | return `Feedback ID: ${String(feedbackId)}`; |
no outgoing calls
no test coverage detected