fix: resolve circular sibling imports causing runtime ReferenceError (#22752)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NotFoundError, eq, and } from "../storage"
|
||||
import { SyncEvent } from "@/sync"
|
||||
import { Session } from "."
|
||||
import * as Session from "./session"
|
||||
import { MessageV2 } from "./message-v2"
|
||||
import { SessionTable, MessageTable, PartTable } from "./session.sql"
|
||||
import { Log } from "../util"
|
||||
|
||||
Reference in New Issue
Block a user