Skip to content

Commit

Permalink
uodate
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jan 12, 2025
1 parent 8c4fadc commit 21c8417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 167 deletions.
4 changes: 1 addition & 3 deletions examples/react-oidc-demo/src/utils/sleep.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import timer from './timer';

export const sleepAsync = milliseconds => {
return new Promise(resolve => timer.setTimeout(resolve, milliseconds));
return new Promise(resolve => setTimeout(resolve, milliseconds));
};
164 changes: 0 additions & 164 deletions examples/react-oidc-demo/src/utils/timer.ts

This file was deleted.

0 comments on commit 21c8417

Please sign in to comment.