Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit c2809a6

Browse files
authored
Merge pull request #1602 from jovotech/v4/dev
Prepare latest release
2 parents fa46309 + 10e80cf commit c2809a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/plugin-inbox/src/JovoInbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class JovoInbox extends Plugin<JovoInboxConfig> {
181181
buildLog(jovo: Jovo, type: InboxLogTypeLike, payload: unknown): InboxLog {
182182
return {
183183
createdAt: new Date(),
184-
projectId: this.config.projectId,
184+
projectId: jovo.$data._JOVO_INBOX_.projectId || this.config.projectId,
185185
platform: jovo.$platform.constructor.name,
186186
userId: jovo.$user.id || '',
187187
locale: jovo.$request.getLocale() || this.config.fallbackLocale,

0 commit comments

Comments
 (0)