mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix(onboarding): remove unused imports from onboarding-state.ts
Removed getOrganizationChannels and getOrganizationStorageChannels imports that were never used in the file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b79d039a03
commit
a50c668db7
@@ -4,8 +4,6 @@ import { currentUser } from "@/lib/auth/current-user";
|
||||
import { getOrganization } from "@/lib/auth/auth";
|
||||
import { getOrganizationAgents } from "@/db/services/agent";
|
||||
import type { AgentWith } from "@/db/schema/08_agent";
|
||||
import { getOrganizationChannels } from "@/db/services/notification-channel";
|
||||
import { getOrganizationStorageChannels } from "@/db/services/storage-channel";
|
||||
import { db } from "@/db";
|
||||
import * as drizzleDb from "@/db";
|
||||
import { eq } from "drizzle-orm";
|
||||
|
||||
Reference in New Issue
Block a user