Skip to content

Commit edb77b1

Browse files
committed
Fixed ImageWizard plugin
1 parent 95cabcc commit edb77b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DragonFly.ImageWizard/DragonFlyLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public DragonFlyLoader(IDragonFlyApi api, IAssetStorage storage, IOptions<Dragon
3030
/// </summary>
3131
private IAssetStorage Storage { get; }
3232

33-
public override async Task<LoaderResult> GetAsync(string source, ICachedData? existingCachedImage)
33+
public override async Task<LoaderResult> GetAsync(string source, CachedData? existingCachedImage)
3434
{
3535
int pos = source.IndexOf('?');
3636

0 commit comments

Comments
 (0)