Skip to content

Commit

Permalink
fix: missing Response import
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 16, 2025
1 parent 64019a3 commit 40bbd7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/spacecat-shared-utils/src/sqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* governing permissions and limitations under the License.
*/

import { Response } from '@adobe/fetch';
import { SendMessageCommand, SQSClient } from '@aws-sdk/client-sqs';
import AWSXray from 'aws-xray-sdk';

Expand Down

0 comments on commit 40bbd7d

Please sign in to comment.