diff --git a/basic-fetch.ts b/basic-fetch.ts index 5372e19..469468c 100644 --- a/basic-fetch.ts +++ b/basic-fetch.ts @@ -3,6 +3,7 @@ export enum FetchType { POST = "POST", PUT = "PUT", DELETE = "DELETE", + PATCH = "PATCH" } // error logic faulty => does both, error & not error if both are provided