diff --git a/src/plugins/transformer/path.ts b/src/plugins/transformer/path.ts index 871f576..be5007c 100644 --- a/src/plugins/transformer/path.ts +++ b/src/plugins/transformer/path.ts @@ -28,7 +28,7 @@ const handle = async (ctx: IPicGo): Promise => { const extname = info.extname || imgSize.extname || '.png' results[index] = { buffer: info.buffer, - fileName: info.fileName || `${dayjs().format('YYYYMMDDHHmmss')}${extname}}`, + fileName: info.fileName || `${dayjs().format('YYYYMMDDHHmmss')}${extname}`, width: imgSize.width, height: imgSize.height, extname