From 38b75b5b515a04e857d9e772dccb97ac5c8af19b Mon Sep 17 00:00:00 2001 From: BeniBenj Date: Tue, 15 Oct 2024 09:27:55 +0200 Subject: [PATCH] :lipstick: --- src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.ts b/src/api.ts index d93ccb0b..7a8f419c 100644 --- a/src/api.ts +++ b/src/api.ts @@ -118,5 +118,5 @@ export type IUnpublishVSIXOptions = IPublishOptions & Pick { - return _unpublish({"force": true, ...options}); + return _unpublish({ force: true, ...options }); } \ No newline at end of file