Skip to content

Commit d41a8b7

Browse files
JusterZhuCopilot
andauthored
Update src/c#/GeneralUpdate.Core/GeneralUpdateBootstrap.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent af54567 commit d41a8b7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/c#/GeneralUpdate.Core/GeneralUpdateBootstrap.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ public GeneralUpdateBootstrap SetFieldMappings(Dictionary<string, string> fieldM
108108
return this;
109109
}
110110

111-
public GeneralUpdateBootstrap SetCustomSkipOption(Func<bool> func)
111+
public GeneralUpdateBootstrap SetCustomSkipOption(Func<bool>? func)
112112
{
113-
Debug.Assert(func != null);
114113
_customSkipOption = func;
115114
return this;
116115
}

0 commit comments

Comments
 (0)