We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1f6e9 commit d9fd986Copy full SHA for d9fd986
1 file changed
packages/config-files/src/behaviors.ts
@@ -14,7 +14,7 @@ export class ConfigFilesPersistentCache extends Map<
14
string,
15
Observable<unknown>
16
> {
17
- static readonly key = Symbol('ConfigFilesPersistentCache');
+ static readonly key = 'ConfigFilesPersistentCache';
18
19
static useFromRequestContext(): ConfigFilesPersistentCache | null {
20
const context = inject(REQUEST_CONTEXT);
0 commit comments