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 07a55e9064 - Show all commits

View file

@ -31,6 +31,8 @@ async function main() {
console.log(`Tag with name "${TAG_NAME}" already exists`); console.log(`Tag with name "${TAG_NAME}" already exists`);
process.exit(1); process.exit(1);
}; };
console.log(`Tag with name "${TAG_NAME}" not found, proceeding`);
}; };
main(); main();