Skip to content

Commit

Permalink
And even more
Browse files Browse the repository at this point in the history
  • Loading branch information
askonomm committed Oct 17, 2024
1 parent 105d218 commit 16dcc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Htmt/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public partial class Helper

switch (v)
{
case Dictionary<string, object> dict:
case Dictionary<string, object?> dict:
{
var newKeys = keys.Skip(1).ToArray();

Expand Down

0 comments on commit 16dcc67

Please sign in to comment.