Skip to content

Commit

Permalink
+semver:minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Mar 11, 2024
1 parent 18d651e commit 687a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Example/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
});

// Handle gear changes in the OnGearChange method
api.Events.On<GearStatusEvent>(OnGearChange);
api.Events.On<GearStatusEvent>(OnGearChange);

// Start the API
await api.StartAsync();
Expand Down

0 comments on commit 687a197

Please sign in to comment.