Skip to content

Commit 1638111

Browse files
fix: build
1 parent 05aa2a9 commit 1638111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/dashboard/(active)/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default async function AdminLayout({
2121
user={{
2222
...session.data.user,
2323
...session.data.session,
24-
role: USER_ROLE.MEMBER,
2524
}}
2625
/>
2726
<SidebarInset>{children}</SidebarInset>

0 commit comments

Comments
 (0)