Skip to content

Commit

Permalink
Merge pull request #11 from TONSolutions/te-226-replace-error-text
Browse files Browse the repository at this point in the history
Replace error text
  • Loading branch information
Partycoxx authored Jul 1, 2024
2 parents 9dd434e + e285f95 commit eb2f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builders/event.builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class EventBuilder implements IEventBuilder {

if (!this.data.user?.id) {
console.error(
`Event ${eventName} is not tracked because user is not set.`,
`Event ${eventName} is not tracked because the app is not running inside Telegram.`,
);
return;
}
Expand Down

0 comments on commit eb2f91f

Please sign in to comment.