mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 16:16:55 +00:00
Using ===
This commit is contained in:
parent
ef3b3ccce1
commit
477b47511d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ async function getSecrets(secretRequests, client) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (selector == wildcard) {
|
if (selector === wildcard) {
|
||||||
body = JSON.parse(body);
|
body = JSON.parse(body);
|
||||||
let keys = body.data;
|
let keys = body.data;
|
||||||
if (body.data["data"] != undefined) {
|
if (body.data["data"] != undefined) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue