Skip to content

Commit 6e82332

Browse files
authored
fix: missing Response import (#543)
1 parent 64019a3 commit 6e82332

File tree

1 file changed

+1
-0
lines changed
  • packages/spacecat-shared-utils/src

1 file changed

+1
-0
lines changed

packages/spacecat-shared-utils/src/sqs.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* governing permissions and limitations under the License.
1111
*/
1212

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

0 commit comments

Comments
 (0)