mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-07-25 16:03:15 +03:00
remove unused var assignment
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ function isJSONString(target) {
|
||||
}
|
||||
|
||||
try {
|
||||
let o = JSON.parse(target);
|
||||
JSON.parse(target);
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user