Skip to content

Commit 2ccc5b1

Browse files
committed
Addressed linting
1 parent a1343cc commit 2ccc5b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/database-compat/src/api/internal.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
17+
import {
18+
AppCheckInternalComponentName,
19+
FirebaseAppCheckInternal
20+
} from '@firebase/app-check-interop-types';
1821
import { FirebaseApp } from '@firebase/app-types';
1922
import {
2023
FirebaseAuthInternal,
@@ -33,10 +36,7 @@ import {
3336
import * as types from '@firebase/database-types';
3437

3538
import { Database } from './Database';
36-
import {
37-
AppCheckInternalComponentName,
38-
FirebaseAppCheckInternal
39-
} from '@firebase/app-check-interop-types';
39+
4040

4141
/**
4242
* Used by console to create a database based on the app,

0 commit comments

Comments
 (0)