add ownerId to non-cache.

This commit is contained in:
Brian Cao 2023-05-25 20:07:58 -07:00
parent 178a95f008
commit 968574dda1

View File

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