fix(cloudinary): fileName should be let

This commit is contained in:
curben 2019-08-30 04:34:33 +01:00
parent e6637dcef3
commit 0c5735f7b6
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
hexo.extend.tag.register('cloudinary', (args) => {
const user = 'curben'
const fileName = args[0]
let fileName = args[0]
const alt = args[1] || ''
let modern = ''
let legacy = ''