Skip to content

Commit

Permalink
Also allows rule matching on external_id (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushchris authored Dec 10, 2024
1 parent 18c8653 commit 0334dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/platform/src/users/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class User extends Model {
email: this.email,
phone: this.phone,
id: this.external_id,
external_id: this.external_id,
created_at: this.created_at,
locale: this.locale,
timezone: this.timezone,
Expand Down

0 comments on commit 0334dbe

Please sign in to comment.