Skip to content

Commit 847fbbb

Browse files
committed
Fix
1 parent a6163d9 commit 847fbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/util/http/cache/memory-http-cache-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as memCache from '../../cache/memory';
2-
import { HttpResponse } from '../types';
2+
import type { HttpResponse } from '../types';
33
import { AbstractHttpCacheProvider } from './abstract-http-cache-provider';
44
import type { HttpCache } from './schema';
55

0 commit comments

Comments
 (0)