From e264447e50eb9c5bd5175628c48bee887c1038df Mon Sep 17 00:00:00 2001 From: skidoodle Date: Mon, 2 May 2022 13:24:02 +0200 Subject: [PATCH] remove serviceconfigurator --- pages/api/s3.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/api/s3.tsx b/pages/api/s3.tsx index f161886..13c628d 100644 --- a/pages/api/s3.tsx +++ b/pages/api/s3.tsx @@ -1,5 +1,4 @@ import aws, { ConfigurationOptions } from 'aws-sdk'; -import { ServiceConfigurationOptions } from 'aws-sdk/lib/service'; import { NextApiRequest, NextApiResponse } from 'next';