Closed HugoCasa closed 1 month ago
[!IMPORTANT] Fix datetime argument handling in handle_bun_job and handle_deno_job to use argument names instead of indices, with minor refactoring. Fix datetime argument handling in handle_bun_job and handle_deno_job to use argument names instead of indices. Modify datetime handling in bun_executor.rs and deno_executor.rs. Ensure datetime arguments are formatted as args["{x}"] = args["{x}"] ? new Date(args["{x}"]) : undefined. Minor refactoring for clarity and consistency. This description was created by for 92daf3058d74265f8856cc2065d4c5d36b302870. It will automatically update as commits are pushed.
[!IMPORTANT] Fix datetime argument handling in handle_bun_job and handle_deno_job to use argument names instead of indices, with minor refactoring.
handle_bun_job
handle_deno_job
bun_executor.rs
deno_executor.rs
args["{x}"] = args["{x}"] ? new Date(args["{x}"]) : undefined
This description was created by for 92daf3058d74265f8856cc2065d4c5d36b302870. It will automatically update as commits are pushed.
92daf30
View logs