refactor(llc, ui): migrate enums to v3
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -163,7 +163,7 @@ class WebSocket with TimerHelper {
|
||||
'json': jsonEncode(params),
|
||||
'api_key': apiKey,
|
||||
'authorization': token.rawValue,
|
||||
'stream-auth-type': token.authType.raw,
|
||||
'stream-auth-type': token.authType.name,
|
||||
...queryParameters,
|
||||
};
|
||||
final scheme = baseUrl.startsWith('https') ? 'wss' : 'ws';
|
||||
|
||||
Reference in New Issue
Block a user