Skip to content

Commit 97ffec1

Browse files
committed
fixed jsdoc missing param
1 parent 10a6228 commit 97ffec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/infrastructure/RepositoryFactoryHttp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class RepositoryFactoryHttp implements RepositoryFactory {
6363
* Constructor
6464
* @param url the server url.
6565
* @param networkType optional network type if you don't want to load it from the server.
66+
* @param generationHash optional node generation hash if you don't want to load it from the server.
6667
*/
6768
constructor(url: string, networkType?: NetworkType, generationHash?: string) {
6869
this.url = url;

0 commit comments

Comments
 (0)