Skip to content

Commit 44f03a7

Browse files
author
Zuhwa
committed
default private job to false
1 parent 503a7ff commit 44f03a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/acpJobOffering.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AcpJobOffering {
3434
public slaMinutes: number,
3535
public requirement?: Object | string,
3636
public deliverable?: Object | string,
37-
public isPrivate: boolean = true
37+
public isPrivate: boolean = false
3838
) {
3939
this.ajv = new Ajv({ allErrors: true });
4040
}

0 commit comments

Comments
 (0)