Skip to content

Commit

Permalink
RazorSlices
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Nov 1, 2024
1 parent 8831c0a commit 28f488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/Generator/MultiGeneratorV2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ internal async Task WrotePost()
//var x = 0;
//x++;
//if(x>2)
var lastGenerator = "Immediate.Handlers";
var lastGenerator = "RazorSlices";
var latest = generators[lastGenerator];
await Task.WhenAll(_AllDescriptions
.OrderByDescending(it => it.generatedDate)
Expand Down

0 comments on commit 28f488a

Please sign in to comment.