(requestId: string, stationId: string, origin: string)
| 112 | }; |
| 113 | |
| 114 | export const getRequestUrl = (requestId: string, stationId: string, origin: string): string => { |
| 115 | return `${origin}?${STATION_ID_QUERY_PARAM}=${stationId}&${REQUEST_DIALOG_QUERY_PARAM}=${requestId}`; |
| 116 | }; |
no outgoing calls
no test coverage detected