mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-24 02:50:44 +02:00
refactor(core): Move webhook repository to @n8n/db (#15318)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { WebhookEntity } from '@n8n/db';
|
||||
import { Service } from '@n8n/di';
|
||||
import { DataSource, Repository } from '@n8n/typeorm';
|
||||
|
||||
@Service()
|
||||
export class WebhookRepository extends Repository<WebhookEntity> {
|
||||
constructor(dataSource: DataSource) {
|
||||
super(WebhookEntity, dataSource.manager);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user