Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/OrnaLibs/Utils into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
OrnarasUS committed Feb 6, 2025
2 parents 809a77d + b65b00b commit e2333f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionScheduler/Builders/DailyBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public DailyBuilder Time(TimeOnly time)
public DailyAction Build()
{
if (!CheckDone()) throw new Exception();
return new DailyAction(_action!, _time!.Value);
return new DailyAction(_action!, _needSave!.Value, _time!.Value);

Check failure on line 20 in ActionScheduler/Builders/DailyBuilder.cs

View workflow job for this annotation

GitHub Actions / publish

The name '_needSave' does not exist in the current context

Check failure on line 20 in ActionScheduler/Builders/DailyBuilder.cs

View workflow job for this annotation

GitHub Actions / publish

'DailyAction' does not contain a constructor that takes 3 arguments

Check failure on line 20 in ActionScheduler/Builders/DailyBuilder.cs

View workflow job for this annotation

GitHub Actions / publish

The name '_needSave' does not exist in the current context

Check failure on line 20 in ActionScheduler/Builders/DailyBuilder.cs

View workflow job for this annotation

GitHub Actions / publish

'DailyAction' does not contain a constructor that takes 3 arguments
}
}

Expand Down

0 comments on commit e2333f6

Please sign in to comment.