mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-13 17:55:27 -04:00
Formatting
This commit is contained in:
parent
084fc464d1
commit
e3a4f4cc85
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ class JWTDecode extends Operation {
|
|||
json: true,
|
||||
complete: true
|
||||
});
|
||||
if (headerInclude){
|
||||
if (headerInclude) {
|
||||
return {header: decoded.header, payload: decoded.payload};
|
||||
}else{
|
||||
} else {
|
||||
return decoded.payload;
|
||||
}
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue