Revamp Job flow

This commit is contained in:
Elijah Dunemask 2022-10-15 11:47:47 +00:00
parent 945afdfbbe
commit 4a0a4b29a5
86 changed files with 592 additions and 608 deletions

View file

@ -1,7 +0,0 @@
export default function executorConfig(payload) {
return {
command: ({ command }) => command,
url: ({ url }) => url,
jobId: ({ jobId }) => jobId,
};
}