Skip to content

Commit 7bd460d

Browse files
authored
Merge pull request #19 from GabrielRozendo/fix_app_key_invalid_message
Fix appKey invalid message
2 parents 9f45c35 + 9b9fc58 commit 7bd460d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/aptabase_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Aptabase {
7171

7272
if (parts.length != 3 || _hosts[parts[1]] == null) {
7373
_logError(
74-
"The Aptabase App Key '$_appKey' is invalid. "
74+
"The Aptabase App Key '$appKey' is invalid. "
7575
"Tracking will be disabled.",
7676
);
7777

0 commit comments

Comments
 (0)