@mastra/deployer 0.14.0-alpha.5 → 0.14.0

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.
@@ -1490,7 +1490,7 @@ async function updateAgentModelHandler(c2) {
1490
1490
  const mastra = c2.get("mastra");
1491
1491
  const agentId = c2.req.param("agentId");
1492
1492
  const body = await c2.req.json();
1493
- const result = agents.updateAgentModelHandler({
1493
+ const result = await agents.updateAgentModelHandler({
1494
1494
  mastra,
1495
1495
  agentId,
1496
1496
  body