We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cabcc commit edb77b1Copy full SHA for edb77b1
src/DragonFly.ImageWizard/DragonFlyLoader.cs
@@ -30,7 +30,7 @@ public DragonFlyLoader(IDragonFlyApi api, IAssetStorage storage, IOptions<Dragon
30
/// </summary>
31
private IAssetStorage Storage { get; }
32
33
- public override async Task<LoaderResult> GetAsync(string source, ICachedData? existingCachedImage)
+ public override async Task<LoaderResult> GetAsync(string source, CachedData? existingCachedImage)
34
{
35
int pos = source.IndexOf('?');
36
0 commit comments