Data Request API helper #10

Merged
Oliver merged 94 commits from feat/data-requests into main 2025-11-22 02:51:15 +00:00
Showing only changes of commit d7db9cb2df - Show all commits

View file

@ -62,6 +62,8 @@ async function main() {
process.exit(1);
};
console.log(`Release created, and files uploaded successfully!`);
};
main();