mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): make private gateway
This commit is contained in:
parent
a4033991c1
commit
d8a8ed6cfe
@ -52,7 +52,7 @@ export class SubscriberService extends BaseService<
|
|||||||
constructor(
|
constructor(
|
||||||
readonly repository: SubscriberRepository,
|
readonly repository: SubscriberRepository,
|
||||||
protected readonly attachmentService: AttachmentService,
|
protected readonly attachmentService: AttachmentService,
|
||||||
protected readonly gateway: WebsocketGateway,
|
private readonly gateway: WebsocketGateway,
|
||||||
) {
|
) {
|
||||||
super(repository);
|
super(repository);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user