Skip to content

Commit 4ed2ee8

Browse files
zoechia14n
authored andcommitted
#fixes 14747 assert for Dart 2 (#6)
1 parent 0f2131f commit 4ed2ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class SentryClient {
7777
'Project ID not found in the URI path of the DSN URI: $dsn');
7878

7979
return true;
80-
});
80+
}());
8181

8282
final String publicKey = userInfo.first;
8383
final String secretKey = userInfo.last;

0 commit comments

Comments
 (0)