PR feedback, back to simplified approach, no export on client as well
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user