From 2a4f521ebc979a3f76388194e38b23e12a96f727 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Fri, 31 May 2024 11:35:30 +0100 Subject: [PATCH] chore(web): remove duplicated permissions on permissions.d.ts --- apps/web/app/permissions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/permissions.d.ts b/apps/web/app/permissions.d.ts index 49a5cc9..79bd7e2 100644 --- a/apps/web/app/permissions.d.ts +++ b/apps/web/app/permissions.d.ts @@ -2,7 +2,7 @@ declare global { interface PermissionDescriptor { - name: 'camera' | 'microphone' | 'geolocation' | 'notifications' | 'persistent-storage' | 'push' | 'midi' | 'midi-sysex' | 'camera' | 'microphone'; + name: 'camera' | 'microphone' | 'geolocation' | 'notifications' | 'persistent-storage' | 'push' | 'midi' | 'midi-sysex'; } // Extend the PermissionName type