(appId: string)
| 6 | const userAppsKey = (userId: string) => appsKey.concat(userId); |
| 7 | const appKey = (appId: string) => appsKey.concat(appId); |
| 8 | const appSecretsKey = (appId: string) => appKey(appId).concat("secrets"); |
| 9 | |
| 10 | export const getGitHubDevice = () => { |
| 11 | return { |
no test coverage detected