typo
This commit is contained in:
+1
-1
@@ -910,7 +910,7 @@ async function startTurn(existingInfra) {
|
||||
|
||||
let turnSecret = await blobs.getString(blobs.ADDON_TURN_SECRET);
|
||||
if (!turnSecret) {
|
||||
debug('startTurn: generting turn secret');
|
||||
debug('startTurn: generating turn secret');
|
||||
turnSecret = 'a' + crypto.randomBytes(15).toString('hex'); // prefix with a to ensure string starts with a letter
|
||||
await blobs.setString(blobs.ADDON_TURN_SECRET, turnSecret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user