mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:03:26 +00:00
Quotes
This commit is contained in:
@@ -66,7 +66,7 @@ const myFetcher: Fetcher = (url, ops) => {
|
||||
// Do some fetching
|
||||
return {
|
||||
body: {},
|
||||
finalUrl: "",
|
||||
finalUrl: '',
|
||||
headers: new Headers(), // should only contain headers from ops.readHeaders
|
||||
statusCode: 200,
|
||||
};
|
||||
|
Reference in New Issue
Block a user