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