Skip to content

Commit

Permalink
Revert "fix(navigator.vibrate.ts): Fix outdated parameter type"
Browse files Browse the repository at this point in the history
This reverts commit ab98ede.
  • Loading branch information
ArttuOll committed Nov 17, 2022
1 parent ab98ede commit 27dd8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/navigator.vibrate.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const NavigatorVibrateSetup = () => {
navigator.vibrate = (_: number[]): boolean => true;
navigator.vibrate = (_: VibratePattern): boolean => true;
};

0 comments on commit 27dd8ff

Please sign in to comment.