Compare commits

..

No commits in common. "190d5cc19cdebed5b25e0f26e234076ce6e02945" and "713b773dc0d8cae1666c5b27a00062c553e1c5bc" have entirely different histories.

View File

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