()
| 5 | import config from '../config.js' |
| 6 | |
| 7 | export async function refreshFunction() { |
| 8 | try { |
| 9 | return await refresh({ |
| 10 | config, |
| 11 | }) |
| 12 | } catch (error) { |
| 13 | throw new Error(`Refresh failed: ${error instanceof Error ? error.message : 'Unknown error'}`) |
| 14 | } |
| 15 | } |
no test coverage detected
searching dependent graphs…