escape ts error
This commit is contained in:
parent
337ee85b0c
commit
59f5637d76
@ -195,7 +195,7 @@ export async function setStoredResponse(
|
||||
statusText: res.statusText,
|
||||
url: res.url,
|
||||
encoding: encoding,
|
||||
storedAt: res.storedAt ?? Date.now(), // for testing
|
||||
storedAt: (res as any).storedAt ?? Date.now(), // for testing
|
||||
});
|
||||
|
||||
setCache(url, envelope);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user