Skip to content

Commit

Permalink
Readd "Dispose"
Browse files Browse the repository at this point in the history
  • Loading branch information
CubesterYT committed Mar 2, 2025
1 parent c9dabd6 commit 9700c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/Integrations/IntegrationWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void Dispose()
}

_activeIntegrations.Clear();

_activityWatcher.Dispose();
GC.SuppressFinalize(this);
}
}
Expand Down

0 comments on commit 9700c61

Please sign in to comment.