PR feedback, back to simplified approach, no export on client as well

This commit is contained in:
Salman Chishti
2025-03-13 04:23:45 -07:00
parent abd9054c61
commit fc482662af
6 changed files with 37 additions and 633 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ interface Rpc {
*
* This class is used to interact with cache service v2.
*/
export class CacheServiceClient implements Rpc {
class CacheServiceClient implements Rpc {
private httpClient: HttpClient
private baseUrl: string
private maxAttempts = 5