Skip to content

Commit ac810ae

Browse files
committed
Fix wobbler
1 parent 9bb81fa commit ac810ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ImageSharp.Web/Commands/PresetOnlyQueryCollectionRequestParser.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ namespace SixLabors.ImageSharp.Web.Commands
1717
public class PresetOnlyQueryCollectionRequestParser : IRequestParser
1818
{
1919
private readonly IDictionary<string, IDictionary<string, string>> presets;
20+
21+
/// <summary>
22+
/// The key of the preset query param.
23+
/// </summary>
2024
public const string QueryKey = "preset";
2125

2226
/// <summary>

0 commit comments

Comments
 (0)