We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6b7d1 commit f87763fCopy full SHA for f87763f
apps/web/app/(with-contexts)/dashboard/(sidebar)/action.ts
@@ -28,7 +28,7 @@ export async function getSetupChecklist(): Promise<{
28
try {
29
const domain = await DomainModel.findOne<Domain>(
30
{
31
- _id: new ObjectId((session.user as any)?.domainId!),
+ _id: new ObjectId((session.session as any)?.domainId!),
32
},
33
34
_id: 1,
0 commit comments