mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
style: formatted code
This commit is contained in:
parent
370b9bdb6c
commit
69f6529826
@ -46,7 +46,7 @@ export function buildMemoryStorage(cloneData = false) {
|
||||
find: (key) => {
|
||||
const value = storage.data[key];
|
||||
|
||||
/* istanbul ignore if 'only available on super recent browsers' */
|
||||
/* istanbul ignore if 'only available on super recent browsers' */
|
||||
if (cloneData && value !== undefined) {
|
||||
if (typeof structuredClone === 'function') {
|
||||
return structuredClone(value);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user