Skip to content

Commit

Permalink
chore: typedoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed May 22, 2024
1 parent efbd369 commit d42c929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/golem-network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export class GolemNetwork {
* ```
*
* @param demand
* @param options - optional network parameter if LeaseProcess should belong to the given network as its node
*/
async oneOf(demand: DemandSpec, options?: { network?: Network }): Promise<LeaseProcess> {
const proposalPool = new DraftOfferProposalPool({
Expand Down

0 comments on commit d42c929

Please sign in to comment.