Skip to content

Commit

Permalink
uuidv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Terentiev committed Nov 18, 2023
1 parent de32899 commit 5b00ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/execute-translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const fs = require('fs');
const _ = require('lodash');
// Cognitive services
const request = require('request-promise');
const uuidv4 = require('uuid/v4');
const uuidv4 = require('uuidv4');

// Replace with process.env.subscriptionKey to get an access to Azure Cognitive services
const subscriptionKey = process.env.SUBSCRIPTION_KEY;
Expand Down

0 comments on commit 5b00ae7

Please sign in to comment.