feat: cancel/resume LS subscriptions

This commit is contained in:
Ahmed Bouhuolia
2024-08-24 20:46:30 +02:00
parent 278d61ce61
commit 67a8610328
10 changed files with 108 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
import { Inject, Service } from 'typedi';
import { IAuthSignedUpEventPayload } from '@/interfaces';
import events from '@/subscribers/events';
import config from '@/config';
import { Subscription } from '../Subscription';
import { Inject, Service } from 'typedi';
@Service()
export class SubscribeFreeOnSignupCommunity {