Skip to content

Commit 68eb7a0

Browse files
committed
fix import path (#5356)
1 parent 927ef51 commit 68eb7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database-compat/src/index.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ try {
124124
// Types to export for the admin SDK
125125
export { Database, Query, Reference, enableLogging, ServerValue };
126126

127-
export { OnDisconnect } from '@firebase/database/src/api/OnDisconnect';
127+
export { OnDisconnect } from '@firebase/database';
128128

129129
declare module '@firebase/app-compat' {
130130
interface FirebaseNamespace {

0 commit comments

Comments
 (0)