Skip to content

Commit

Permalink
Merge pull request #78 from Prisma/make-inviterID-currentUser
Browse files Browse the repository at this point in the history
Make the inviterID dynamic
  • Loading branch information
blueclock authored Sep 4, 2017
2 parents beb51aa + c45caaa commit 60f4507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/invite/invite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class InvitePage extends AuthGuard {
}

this.patientService.inviteUser({
inviterId: 34 + "",
inviterId: AuthService.getCurrentUser().id + "",
lastName: this.lastname,
firstName: this.firstname,
email: this.email,
Expand Down

0 comments on commit 60f4507

Please sign in to comment.