Skip to content

Commit 668cc4a

Browse files
committed
remove redundant flags call
1 parent 4601042 commit 668cc4a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • apps/web/app/api/workspaces/[idOrSlug]

apps/web/app/api/workspaces/[idOrSlug]/route.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ export const GET = withWorkspace(
3030
take: 100,
3131
});
3232

33-
const flags = await getFeatureFlags({
34-
workspaceId: workspace.id,
35-
});
36-
3733
return NextResponse.json(
3834
{
3935
...WorkspaceSchemaExtended.parse({

0 commit comments

Comments
 (0)