Skip to content

Commit

Permalink
Merge pull request #597 from ffxivcode/Fix-s3
Browse files Browse the repository at this point in the history
Fix s3
  • Loading branch information
Herculezz55 authored Oct 7, 2024
2 parents 1ae6a3a + a73fab0 commit 5df955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoDuty/AutoDuty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ private void StopAndResetALL()

public void Dispose()
{
S3.Dispose();
GitHubHelper.Dispose();
StopAndResetALL();
Svc.Framework.Update -= Framework_Update;
Svc.Framework.Update -= SchedulerHelper.ScheduleInvoker;
Expand Down

0 comments on commit 5df955d

Please sign in to comment.