mirror of
https://github.com/gchq/CyberChef
synced 2026-01-04 09:33:21 +00:00
Fix typo
This commit is contained in:
@@ -65,7 +65,7 @@ class ImageOpacity extends Operation {
|
||||
const imageBuffer = await image.getBufferAsync(jimp.MIME_PNG);
|
||||
return [...imageBuffer];
|
||||
} catch (err) {
|
||||
throw new OperateionError(`Error changing image opacity. (${err})`);
|
||||
throw new OperationError(`Error changing image opacity. (${err})`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user