Skip to content

Commit cfc1222

Browse files
committed
Fix DCM
1 parent 1bf8ea0 commit cfc1222

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dwds/lib/src/services/chrome/chrome_proxy_service.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ final class ChromeProxyService extends ProxyService<ChromeAppInspector> {
532532
throw RPCError(
533533
method,
534534
decodedResponse['code'] as int,
535-
// ignore: avoid-unnecessary-type-casts
536535
decodedResponse['message'] as String,
537536
decodedResponse['data'] as Map,
538537
);

0 commit comments

Comments
 (0)