Skip to content

Commit

Permalink
chore(web): remove duplicated permissions on permissions.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 31, 2024
1 parent e8b1460 commit 2a4f521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/permissions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a4f521

Please sign in to comment.