From ff18ef0086926d46196972ea460870c2969a0240 Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Fri, 7 Nov 2025 13:04:36 +0100 Subject: [PATCH] Adds patch option --- basic-fetch.ts | 1 + 1 file changed, 1 insertion(+) 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