Skip to content

Commit

Permalink
fix import path (#5356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyang1 committed Aug 24, 2021
1 parent 927ef51 commit 68eb7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database-compat/src/index.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ try {
// Types to export for the admin SDK
export { Database, Query, Reference, enableLogging, ServerValue };

export { OnDisconnect } from '@firebase/database/src/api/OnDisconnect';
export { OnDisconnect } from '@firebase/database';

declare module '@firebase/app-compat' {
interface FirebaseNamespace {
Expand Down

0 comments on commit 68eb7a0

Please sign in to comment.