Skip to content

Commit b92a106

Browse files
fix non local ref
1 parent 1959f75 commit b92a106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/e2ee.worker/e2ee.cryptor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'dart:typed_data';
66

77
import 'package:web/web.dart' as web;
88

9-
import 'package:dart_webrtc/src/e2ee.worker/crypto.dart';
9+
import 'crypto.dart';
1010
import 'e2ee.keyhandler.dart';
1111
import 'e2ee.logger.dart';
1212
import 'e2ee.sfi_guard.dart';

0 commit comments

Comments
 (0)