복사 로직 오류 수정 #97

Merged
ysCha merged 1 commits from dev into dev-deploy 2025-06-04 09:04:38 +09:00
Showing only changes of commit 514545cf65 - Show all commits

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`,
}),
)