Skip to content

Commit ff41e76

Browse files
committed
Fixed fdc tests
1 parent 3ce5912 commit ff41e76

File tree

1 file changed

+3
-2
lines changed
  • packages/data-connect/src/network

1 file changed

+3
-2
lines changed

packages/data-connect/src/network/fetch.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@
1515
* limitations under the License.
1616
*/
1717

18+
import { isCloudWorkstation } from '@firebase/util';
19+
1820
import {
1921
Code,
2022
DataConnectError,
2123
DataConnectOperationError,
2224
DataConnectOperationFailureResponse
2325
} from '../core/error';
2426
import { SDK_VERSION } from '../core/version';
25-
import { logDebug, logError } from '../logger';
27+
import { logError } from '../logger';
2628

2729
import { CallerSdkType, CallerSdkTypeEnum } from './transport';
28-
import { isCloudWorkstation } from '@firebase/util';
2930

3031
let connectFetch: typeof fetch | null = globalThis.fetch;
3132
export function initializeFetch(fetchImpl: typeof fetch): void {

0 commit comments

Comments
 (0)