Merge branch 'main' into 587-issue---refactor-delete-dialog-logic

This commit is contained in:
yassinedorbozgithub
2025-01-23 14:31:42 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -258,7 +258,6 @@ export class ChatService {
if (!subscriber) {
const subscriberData = await handler.getSubscriberData(event);
this.eventEmitter.emit('hook:stats:entry', 'new_users', 'New users');
subscriberData.channel = event.getChannelData();
subscriber = await this.subscriberService.create(subscriberData);

View File

@@ -47,10 +47,15 @@ WORKDIR /app
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
COPY frontend/package*.json ./frontend/
COPY widget/package*.json ./widget/
RUN npm install
COPY ./frontend ./frontend
COPY ./widget ./widget
RUN npm install
# used to by pass Next.js paching lock file