Skip to content

Commit

Permalink
chore: fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Jul 4, 2023
1 parent 07db2e9 commit 2fbd745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/core/services/http-params-mapper.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class HttpRequestParamsMapper {
return this.encodeHttpRequestParams(params);
}

encodeHttpProxyTransferRequestPropreties(
encodeHttpProxyTransferRequestProperties(
asset: Asset,
value: ContractAgreementTransferDialogFormValue,
): Record<string, string> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class ContractAgreementTransferDialogComponent implements OnDestroy {
}

let transferRequestProperties =
this.httpRequestParamsMapper.encodeHttpProxyTransferRequestPropreties(
this.httpRequestParamsMapper.encodeHttpProxyTransferRequestProperties(
this.data.asset,
value,
);
Expand Down

0 comments on commit 2fbd745

Please sign in to comment.