mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
ddd: create users repository
This commit is contained in:
parent
eac001527c
commit
219d4c7901
23 changed files with 220 additions and 134 deletions
|
|
@ -32,7 +32,7 @@ export default async function Page(
|
|||
|
||||
const project = await fetchProjectController.execute({
|
||||
caller: "user",
|
||||
userId: user._id,
|
||||
userId: user.id,
|
||||
projectId: params.projectId,
|
||||
});
|
||||
if (!project) {
|
||||
|
|
@ -41,7 +41,7 @@ export default async function Page(
|
|||
|
||||
const sources = await listDataSourcesController.execute({
|
||||
caller: "user",
|
||||
userId: user._id,
|
||||
userId: user.id,
|
||||
projectId: params.projectId,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue