Skip to content

Commit

Permalink
Fix OS reporting on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Nov 15, 2021
1 parent bc1e260 commit c7b7848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ void connectAnalytics() async {
} else {
realOS = io.Platform.operatingSystem;
}
realOS = Uri.encodeComponent(realOS);
var cpu = await sys.getCPUArchitecture();
// Set data
var net = Uri.parse('https://plausible.io/api/event');
Expand Down

0 comments on commit c7b7848

Please sign in to comment.