From 59716ccd897f02cba126f1a15d0710854d8c8de7 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Thu, 11 Jun 2020 21:26:52 -0500 Subject: [PATCH] Use the expected import --- examples/api-routes-apollo-server-and-client-auth/lib/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api-routes-apollo-server-and-client-auth/lib/user.js b/examples/api-routes-apollo-server-and-client-auth/lib/user.js index e5b82ed635c6e..bc2565526ce76 100644 --- a/examples/api-routes-apollo-server-and-client-auth/lib/user.js +++ b/examples/api-routes-apollo-server-and-client-auth/lib/user.js @@ -1,5 +1,5 @@ import crypto from 'crypto' -import uuidv4 from 'uuid/v4' +import { v4 as uuidv4 } from 'uuid' /** * User methods. The example doesn't contain a DB, but for real applications you must use a