Skip to content

Commit 62a2cfc

Browse files
committed
update comment
1 parent fff29f6 commit 62a2cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database-compat/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import * as types from '@firebase/database-types';
2525
import { name, version } from '../package.json';
2626
import { Database as DatabaseCompat } from '../src/api/Database';
2727
import * as INTERNAL from '../src/api/internal';
28-
// rename the imports to avoid conflicts with imports that will be added by "yarn add-compat-overloads"
28+
// rename the imports to avoid conflicts with imports that will be added by "yarn add-compat-overloads" during a release build
2929
import { DataSnapshot as DataSnapshotCompat, Query as QueryCompat, Reference } from '../src/api/Reference';
3030

3131
const ServerValue = DatabaseCompat.ServerValue;

0 commit comments

Comments
 (0)