Skip to content

Commit 3f5737e

Browse files
authored
Use the expected import (vercel#14111)
1 parent 85543a4 commit 3f5737e

File tree

1 file changed

+1
-1
lines changed
  • examples/api-routes-apollo-server-and-client-auth/lib

1 file changed

+1
-1
lines changed

examples/api-routes-apollo-server-and-client-auth/lib/user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import crypto from 'crypto'
2-
import uuidv4 from 'uuid/v4'
2+
import { v4 as uuidv4 } from 'uuid'
33

44
/**
55
* User methods. The example doesn't contain a DB, but for real applications you must use a

0 commit comments

Comments
 (0)