Skip to content

Commit 2a294ef

Browse files
committed
chore: remove redundant store init value
1 parent f9259eb commit 2a294ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parameters/src/BaseProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TRANSFORM_METHOD_JSON = 'json';
99
const TRANSFORM_METHOD_BINARY = 'binary';
1010

1111
abstract class BaseProvider implements BaseProviderInterface {
12-
public store: Map<string, ExpirableValue> = new Map;
12+
public store: Map<string, ExpirableValue>;
1313

1414
public constructor () {
1515
this.store = new Map();

0 commit comments

Comments
 (0)