add ownerId to non-cache.

pull/2065/head
Brian Cao 2023-05-25 20:07:58 -07:00
parent 4c06487b11
commit 9d936fe8e5
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export async function findSession(req: NextApiRequestCollect) {
subdivision1,
subdivision2,
city,
ownerId: website.userId,
};
}