Skip to content

Commit c1757f7

Browse files
committed
Remove unnecessary export
1 parent 6acc816 commit c1757f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/database/src/api/Database.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ import { WebSocketConnection } from '../realtime/WebSocketConnection';
5454

5555
import { ReferenceImpl } from './Reference_impl';
5656

57-
export {
58-
EmulatorMockTokenOptions,
59-
getDefaultEmulatorHost
60-
} from '@firebase/util';
57+
export { EmulatorMockTokenOptions } from '@firebase/util';
6158
/**
6259
* This variable is also defined in the firebase Node.js Admin SDK. Before
6360
* modifying this definition, consult the definition in:

0 commit comments

Comments
 (0)