Skip to content

Commit

Permalink
Update channel.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Apr 9, 2024
1 parent 6a6adf3 commit dbb3550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:async/async.dart';
import 'package:crypto/crypto.dart';
import 'package:stream_channel/stream_channel.dart';

import '../web_socket_adapter_web_socket_channel.dart';
import '../adapter_web_socket_channel.dart';
import 'exception.dart';

const String _webSocketGUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
Expand Down

0 comments on commit dbb3550

Please sign in to comment.