Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison authored Sep 12, 2024
1 parent 6b771e7 commit 5ecd3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/poetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Port extends PipiPort {
return super.listAll({ ...args, config: toPipiConfig(args.config) });
}

latestStable(args: ListAllArgs) {
latestStable(args: ListAllArgs): Promise<string> {
return defaultLatestStable(this, {
...args,
config: toPipiConfig(args.config),
Expand Down

0 comments on commit 5ecd3ea

Please sign in to comment.