Skip to content

Commit

Permalink
fix: reintroduce return type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Nov 22, 2024
1 parent 7fc00ce commit bebecde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Src14OwnedProxyFactory extends ContractFactory<Src14OwnedProxy> {
static deploy (
wallet: Account,
options: DeployContractOptions = {}
) {
): ReturnType<Src14OwnedProxyFactory['deploy']> {
const factory = new Src14OwnedProxyFactory(wallet);
return factory.deploy(options);
}
Expand Down

0 comments on commit bebecde

Please sign in to comment.