Skip to content

Commit

Permalink
fix: too fast polling
Browse files Browse the repository at this point in the history
- Removed unused import
  • Loading branch information
maxinteger committed Nov 27, 2024
1 parent 46623f8 commit 92f1630
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {cloneDeep, isEmpty, omit} from 'lodash';
import uuid from 'uuid';
import base64url from 'crypto-js/enc-base64url';
import CryptoJS from 'crypto-js';
import {interfaceExtends} from '@babel/types';

// Necessary to require lodash this way in order to stub
// methods in the unit test
Expand Down

0 comments on commit 92f1630

Please sign in to comment.