File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
import { Provider } from '@firebase/component' ;
25
25
26
26
/**
27
- @internal
27
+ * @internal
28
28
* Abstraction around AppCheck's token fetching capabilities.
29
29
*/
30
30
export class AppCheckTokenProvider {
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ import chaiAsPromised from 'chai-as-promised';
22
22
import * as sinon from 'sinon' ;
23
23
24
24
import { DataConnectOptions } from '../../src' ;
25
- import { initializeFetch } from '../../src/network/fetch' ;
26
- import { RESTTransport } from '../../src/network/transport/rest' ;
27
25
import {
28
26
AuthTokenListener ,
29
27
AuthTokenProvider
30
28
} from '../../src/core/FirebaseAuthProvider' ;
29
+ import { initializeFetch } from '../../src/network/fetch' ;
30
+ import { RESTTransport } from '../../src/network/transport/rest' ;
31
31
chai . use ( chaiAsPromised ) ;
32
32
const options : DataConnectOptions = {
33
33
connector : 'c' ,
You can’t perform that action at this time.
0 commit comments