mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
remove unused var assignment
This commit is contained in:
parent
d12e95ba40
commit
32afcc7f20
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ function isJSONString(target) {
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
let o = JSON.parse(target);
|
JSON.parse(target);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue