Skip to content

Commit 38b75b5

Browse files
committed
💄
1 parent c857f08 commit 38b75b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ export type IUnpublishVSIXOptions = IPublishOptions & Pick<IUnpublishOptions, 'i
118118
* @public
119119
*/
120120
export function unpublishVSIX(options: IUnpublishVSIXOptions = {}): Promise<any> {
121-
return _unpublish({"force": true, ...options});
121+
return _unpublish({ force: true, ...options });
122122
}

0 commit comments

Comments
 (0)