Fix deployer type
This commit is contained in:
parent
b3f5d35cac
commit
6e1464d4da
@ -19,7 +19,7 @@ export class Deployer {
|
||||
minimumPayment!: string | null;
|
||||
|
||||
@Column('varchar', { nullable: true })
|
||||
paymentAddress!: string | null;
|
||||
paymentAddress!: string | null;
|
||||
|
||||
@ManyToMany(() => Project, (project) => project.deployers)
|
||||
projects!: Project[];
|
||||
|
@ -140,6 +140,7 @@ type Deployer {
|
||||
deployerId: String!
|
||||
deployerApiUrl: String!
|
||||
minimumPayment: String
|
||||
paymentAddress: String
|
||||
createdAt: String!
|
||||
updatedAt: String!
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user