mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
feat(server): cluster level event system (#9884)
This commit is contained in:
@@ -5,7 +5,7 @@ import Stripe from 'stripe';
|
||||
import { z } from 'zod';
|
||||
|
||||
import {
|
||||
EventEmitter,
|
||||
EventBus,
|
||||
InternalServerError,
|
||||
InvalidCheckoutParameters,
|
||||
Runtime,
|
||||
@@ -58,7 +58,7 @@ export class UserSubscriptionManager extends SubscriptionManager {
|
||||
db: PrismaClient,
|
||||
private readonly runtime: Runtime,
|
||||
private readonly feature: FeatureManagementService,
|
||||
private readonly event: EventEmitter,
|
||||
private readonly event: EventBus,
|
||||
private readonly url: URLHelper
|
||||
) {
|
||||
super(stripe, db);
|
||||
|
||||
Reference in New Issue
Block a user