Skip to content

Commit

Permalink
Remove more references
Browse files Browse the repository at this point in the history
  • Loading branch information
laushinka committed Aug 16, 2021
1 parent 7b91481 commit 55f10df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions components/gitpod-db/src/typeorm/entity/db-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ export class DBUser implements User {
@JoinColumn()
identities: DBIdentity[];

@Column({
default: false
})
allowsMarketingCommunication?: boolean;

@Column({
default: false
})
Expand Down
2 changes: 0 additions & 2 deletions components/gitpod-protocol/src/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export interface User {

identities: Identity[]

allowsMarketingCommunication?: boolean;

/**
* Whether the user has been blocked to use our service, because of TOS violation for example.
* Optional for backwards compatibility.
Expand Down

0 comments on commit 55f10df

Please sign in to comment.