복사 로직 오류 수정

[작업내용] : 복사 로직 오류 수정
This commit is contained in:
yjnoh 2025-06-04 09:03:21 +09:00
parent 387a1fd577
commit 514545cf65

View File

@ -28,7 +28,7 @@ export async function POST(req) {
const isExistImage2 = await s3.send(
new GetObjectCommand({
Bucket,
Key: `Drawing/${objectNo}_${planNo}_1.png`,
Key: `Drawing/${objectNo}_${planNo}_2.png`,
}),
)