Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Aug 30, 2024
1 parent 55d5af6 commit 44aca12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public ElevenLabsSettingsInfo(string domain, string apiVersion = DefaultApiVersi
ApiVersion = apiVersion;
BaseRequest = $"/{ApiVersion}/";
BaseRequestUrlFormat = $"{Domain}{BaseRequest}{{0}}";
BaseWebSocketUrlFormat = $"{WebSocketDomain}{BaseRequest}{{0}}";
}

public string Domain { get; }
Expand Down

0 comments on commit 44aca12

Please sign in to comment.