Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 committed Dec 20, 2022
1 parent 1d98619 commit 9b3a76c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/common/fetch/fetch.injectable.ts
Expand Up @@ -4,7 +4,7 @@
*/
import { getInjectable } from "@ogre-tools/injectable";
import type { RequestInit, Response } from "node-fetch";
import nodeFetchModuleInjectable from "./unsafe-fetch.injectable";
import nodeFetchModuleInjectable from "./fetch-module.injectable";

export type Fetch = (url: string, init?: RequestInit) => Promise<Response>;

Expand Down

0 comments on commit 9b3a76c

Please sign in to comment.