fix #309
This commit is contained in:
		
							parent
							
								
									11af8531cc
								
							
						
					
					
						commit
						7b607c6bbd
					
				| @ -2,6 +2,8 @@ import { Column, Entity, JoinColumn, ManyToOne, RelationId } from "typeorm"; | ||||
| import { BaseClass } from "./BaseClass"; | ||||
| import { User } from "./User"; | ||||
| 
 | ||||
| export interface PublicConnectedAccount extends Pick<ConnectedAccount, "name" | "type" | "verifie"> {} | ||||
| 
 | ||||
| @Entity("connected_accounts") | ||||
| export class ConnectedAccount extends BaseClass { | ||||
| 	@Column({ nullable: true }) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Flam3rboy
						Flam3rboy