We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d825047 commit b92beb5Copy full SHA for b92beb5
pre-compute/src/api/worker_api.rs
@@ -102,7 +102,7 @@ impl WorkerApiClient {
102
&self,
103
authorization: &str,
104
chain_task_id: &str,
105
- exit_causes: &Vec<ReplicateStatusCause>,
+ exit_causes: &[ReplicateStatusCause],
106
) -> Result<(), ReplicateStatusCause> {
107
let url = format!("{}/compute/pre/{chain_task_id}/exit", self.base_url);
108
match self
0 commit comments