5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-10 16:46:56 +00:00

Match spacing

This commit is contained in:
Keat Tang 2023-09-08 15:39:32 +10:00
parent e716b61e11
commit 8c2d8ceb00

View file

@ -93,6 +93,7 @@ async function getSecrets(secretRequests, client) {
);
}
}
return results;
}