mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
use template literal
This commit is contained in:
parent
b441e50d3b
commit
fa051b73b0
@ -69,7 +69,7 @@ export default async (req, res) => {
|
|||||||
info: build.metadata
|
info: build.metadata
|
||||||
})
|
})
|
||||||
|
|
||||||
url = path.join(`https://`, process.env.B2_CDN_ENDPOINT, process.env.B2_BUCKET, remotePath)
|
url = `https://${process.env.B2_CDN_ENDPOINT}/${process.env.B2_BUCKET}/${remotePath}`
|
||||||
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user