Skip to content

Commit

Permalink
nullable2
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 8, 2024
1 parent 98ed59a commit ebb4e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsky/starskytest/FakeMocks/FakeIMetaUpdateService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public List<Dictionary<string, List<string>>>

public Task<List<FileIndexItem>> UpdateAsync(
Dictionary<string, List<string>> changedFileIndexItemName,
List<FileIndexItem> fileIndexResultsList, FileIndexItem inputModel,
List<FileIndexItem> fileIndexResultsList, FileIndexItem? inputModel,
bool collections, bool append, int rotateClock)
{
ChangedFileIndexItemNameContent.Add(changedFileIndexItemName);
Expand Down

0 comments on commit ebb4e4f

Please sign in to comment.