Skip to content

Commit

Permalink
fix: πŸ› update model alias clearing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jan 13, 2025
1 parent 9771d16 commit 0cb5e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/nodehost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class NodeHost implements RuntimeHost {
}

clearModelAlias(source: "cli" | "env" | "config" | "script") {
delete this._modelAliases[source]
this._modelAliases[source] = {}
}

setModelAlias(
Expand Down

0 comments on commit 0cb5e63

Please sign in to comment.