Skip to content

Commit

Permalink
fix: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Jan 30, 2024
1 parent d635c61 commit 93fccde
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

import { cloudWatchProvider } from '../../../../src/providers/cloudwatch';
import { createQueuedStorage, QueuedStorage } from '@aws-amplify/core';
import { createQueuedStorage } from '@aws-amplify/core';
import { LogParams } from '../../../../src/types';
import {
CloudWatchLogsClient,
PutLogEventsCommand,
} from '@aws-sdk/client-cloudwatch-logs';
import { Reachability } from '@aws-amplify/core/internals/utils';
import { Observable, Observer } from 'rxjs';
import { handleRejectedLogEvents } from '../../../../src/providers/cloudwatch/client/CloudWatchClient';
import {
cloudWatchProvider,
handleRejectedLogEvents,
} from '../../../../src/providers/cloudwatch/client/CloudWatchClient';

const mockedQueuedStorage = {
add: jest.fn(),
Expand Down

0 comments on commit 93fccde

Please sign in to comment.