fix(API): reduce code duplication between DB entities (#4351)
This commit is contained in:
committed by
GitHub
parent
5eb1eb88e4
commit
5eebd91ba7
@@ -1,6 +1,5 @@
|
||||
import { Column, Entity, Index, PrimaryColumn } from 'typeorm';
|
||||
|
||||
// eslint-disable-next-line import/no-cycle
|
||||
import { IWebhookDb } from '../../Interfaces';
|
||||
|
||||
@Entity()
|
||||
|
||||
Reference in New Issue
Block a user