(account: Account, type: APIClientType)
| 107 | * @returns cache key |
| 108 | */ |
| 109 | export function getClientCacheKey(account: Account, type: APIClientType) { |
| 110 | const accountUUID = getAccountUUID(account); |
| 111 | return `${accountUUID}:${type}`; |
| 112 | } |
no test coverage detected