(state)
| 22 | } = deps; |
| 23 | |
| 24 | async function executeStep9(state) { |
| 25 | if (getPanelMode(state) === 'sub2api') { |
| 26 | return executeSub2ApiStep9(state); |
| 27 | } |
| 28 | return executeCpaStep9(state); |
| 29 | } |
| 30 | |
| 31 | async function executeCpaStep9(state) { |
| 32 | if (state.localhostUrl && !isLocalhostOAuthCallbackUrl(state.localhostUrl)) { |
nothing calls this directly
no test coverage detected