Skip to content

Commit f55de99

Browse files
committed
Remove obsolete async
1 parent 8f134b8 commit f55de99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archivist/fetcher/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const FETCHER_TYPES = {
2727
* @throws {FetchDocumentError} When the fetch operation fails
2828
* @async
2929
*/
30-
export default async function fetch({
30+
export default function fetch({
3131
url,
3232
executeClientScripts,
3333
cssSelectors,

0 commit comments

Comments
 (0)