From d21e78198e3228531cc1de598d55bae6f3de527a Mon Sep 17 00:00:00 2001 From: liv Date: Wed, 15 May 2024 23:02:56 +1000 Subject: [PATCH] lol oops --- backend/src/routes/helpfulFriends.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/routes/helpfulFriends.ts b/backend/src/routes/helpfulFriends.ts index 8174f9b..f77920b 100644 --- a/backend/src/routes/helpfulFriends.ts +++ b/backend/src/routes/helpfulFriends.ts @@ -1,7 +1,6 @@ // Imports import { Comment as IComment } from '../types'; -import { PutObjectCommand, S3Client } from '@aws-sdk/client-s3'; -import { ObjectCannedACL } from '@aws-sdk/client-s3/dist-types/models/models_0'; +import { ObjectCannedACL, PutObjectCommand, S3Client } from '@aws-sdk/client-s3'; // Helper functions