Skip to content

Commit

Permalink
Merge pull request #1602 from jovotech/v4/dev
Browse files Browse the repository at this point in the history
Prepare latest release
  • Loading branch information
aswetlow authored Nov 1, 2023
2 parents fa46309 + 10e80cf commit c2809a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/plugin-inbox/src/JovoInbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class JovoInbox extends Plugin<JovoInboxConfig> {
buildLog(jovo: Jovo, type: InboxLogTypeLike, payload: unknown): InboxLog {
return {
createdAt: new Date(),
projectId: this.config.projectId,
projectId: jovo.$data._JOVO_INBOX_.projectId || this.config.projectId,
platform: jovo.$platform.constructor.name,
userId: jovo.$user.id || '',
locale: jovo.$request.getLocale() || this.config.fallbackLocale,
Expand Down

0 comments on commit c2809a6

Please sign in to comment.