Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 6502797

Browse files
authored
fix: reassign model_id to DownloadModel res (#1343)
1 parent da097a5 commit 6502797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/commands/run_cmd.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ void RunCmd::Exec() {
2424
CTL_ERR("Error: " << result.error());
2525
return;
2626
}
27+
model_id = result.value();
2728
CTL_INF("model_id: " << model_id.value());
2829
}
2930
}

0 commit comments

Comments
 (0)