Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #427 from mcottontensor/legacynamefix
Browse files Browse the repository at this point in the history
Fixing missed function rename.
  • Loading branch information
mcottontensor committed Nov 15, 2023
2 parents a7afbc3 + 082284b commit 7320398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SignallingWebServer/cirrus.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ function requestStreamerId(streamer) {

streamer.idTimer = setTimeout(function() {
// streamer did not respond in time. give it a legacy id.
const newLegacyId = getUniqueLegacyId();
const newLegacyId = getUniqueLegacyStreamerId();
if (newLegacyId.length == 0) {
const error = `Ran out of legacy ids.`;
console.error(error);
Expand Down

0 comments on commit 7320398

Please sign in to comment.