Skip to content

Commit

Permalink
Fix JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Dec 7, 2023
1 parent ffc18dd commit 387c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gateway/PortfolioGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ module.exports = (() => {
*
* @public
* @param {Schema.TransactionCreate} transaction
* @param {Object} options
* @param {Object=} options
* @returns {Promise<Schema.TransactionMutateResult>}
*/
createTransaction(transaction, options) {
Expand Down

0 comments on commit 387c1d6

Please sign in to comment.