trigger build after adding actions secret

This commit is contained in:
Mark Pollack
2023-08-15 18:54:19 -04:00
parent 2682e0e622
commit 6eb0bf7b6f

View File

@@ -44,6 +44,7 @@ public class JsonLoader implements Loader {
TypeReference<HashMap<String, Object>> typeRef = new TypeReference<HashMap<String, Object>>() {
};
List<Document> documents = new ArrayList<>();
try {
// TODO, not all json will be an array