We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9259eb commit 2a294efCopy full SHA for 2a294ef
packages/parameters/src/BaseProvider.ts
@@ -9,7 +9,7 @@ const TRANSFORM_METHOD_JSON = 'json';
9
const TRANSFORM_METHOD_BINARY = 'binary';
10
11
abstract class BaseProvider implements BaseProviderInterface {
12
- public store: Map<string, ExpirableValue> = new Map;
+ public store: Map<string, ExpirableValue>;
13
14
public constructor () {
15
this.store = new Map();
0 commit comments