Skip to content

Commit f2fa56c

Browse files
committed
[FSSDK-10464] update import for uuid
1 parent 16cda94 commit f2fa56c

File tree

1 file changed

+1
-1
lines changed
  • packages/optimizely-sdk/lib/utils/fns

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/lib/utils/fns/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import v4 from 'uuid';
16+
import v4 from 'uuid/v4';
1717

1818
const MAX_SAFE_INTEGER_LIMIT = Math.pow(2, 53);
1919

0 commit comments

Comments
 (0)