Skip to content

Commit

Permalink
refactor(): update usage for uuid@v7
Browse files Browse the repository at this point in the history
  • Loading branch information
zorji committed Mar 1, 2020
1 parent 7e1d320 commit f0ed28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/generate-token.util.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import * as uuid from 'uuid/v4';
import { v4 } from 'uuid';

export const generateString = () => uuid();
export const generateString = () => v4();

0 comments on commit f0ed28d

Please sign in to comment.