@mastra/deployer 0.14.0-alpha.5 → 0.14.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1483,7 +1483,7 @@ async function updateAgentModelHandler(c2) {
1483
1483
  const mastra = c2.get("mastra");
1484
1484
  const agentId = c2.req.param("agentId");
1485
1485
  const body = await c2.req.json();
1486
- const result = updateAgentModelHandler$1({
1486
+ const result = await updateAgentModelHandler$1({
1487
1487
  mastra,
1488
1488
  agentId,
1489
1489
  body