mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fix code syntax
This commit is contained in:
@@ -30,9 +30,9 @@ class RotateImage extends Operation {
|
||||
this.presentType = "html";
|
||||
this.args = [
|
||||
{
|
||||
"name": "Rotation amount (degrees)",
|
||||
"type": "number",
|
||||
"value": 90
|
||||
name: "Rotation amount (degrees)",
|
||||
type: "number",
|
||||
value: 90
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user