5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 08:06:55 +00:00

Using ===

This commit is contained in:
Keat Tang 2023-09-08 14:49:57 +10:00
parent ef3b3ccce1
commit 477b47511d

View file

@ -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) {