get profile by token
This commit is contained in:
parent
58fe2f08fd
commit
85f8fbb03a
5 changed files with 124 additions and 59 deletions
|
|
@ -50,7 +50,7 @@ export class ProfileFamilyFatherController extends Controller {
|
|||
"fatherLive",
|
||||
"profileId",
|
||||
],
|
||||
where: { id: profile.id },
|
||||
where: { profileId: profile.id },
|
||||
order: { lastUpdatedAt: "DESC" },
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue