keep the bytes factory call which was accidentally removed

This commit is contained in:
Eliot Jones
2021-02-06 11:35:45 -04:00
parent fad06eac27
commit 6c293011a2

View File

@@ -7,7 +7,6 @@
using Filters;
using Graphics.Colors;
using Graphics.Core;
using Images;
using Tokens;
using Images.Png;
@@ -113,6 +112,8 @@
return false;
}
bytes = bytesFactory.Value;
return true;
}