(credentialsId?: string | null)
| 116 | }; |
| 117 | |
| 118 | export const gitCallbacks = (credentialsId?: string | null) => { |
| 119 | return { |
| 120 | onMessage, |
| 121 | onAuthFailure: onAuthFailure(credentialsId), |
| 122 | onAuthSuccess, |
| 123 | onAuth: onAuth(credentialsId), |
| 124 | }; |
| 125 | }; |
no test coverage detected