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);
let keys = body.data;
if (body.data["data"] != undefined) {