mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 00:57:08 +00:00
Fix code syntax
This commit is contained in:
parent
f281a32a4e
commit
588a8b2a3a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue