Skip to content

Commit

Permalink
make result() type more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 6, 2025
1 parent 448ac72 commit 5dafa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cf_worker_process.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

-type result() :: #{
node := binary(),
status := nonempty_binary(),
status := <<_:40>> | <<_:16>>,
extended_script => <<_:48, _:_*8>>,
output => _,
ret_bind_lst => _,
Expand Down

0 comments on commit 5dafa00

Please sign in to comment.