()
| 2 | import { getAuthHeaders, type AuthHeaders } from '../utils/http.js' |
| 3 | |
| 4 | export async function resolveFeedbackAuthHeaders(): Promise<AuthHeaders> { |
| 5 | await getAuthRuntime().resolveSession({ allowRefresh: true }) |
| 6 | return getAuthHeaders() |
| 7 | } |
no test coverage detected