Skip to content

Commit

Permalink
remove extraneous }
Browse files Browse the repository at this point in the history
  • Loading branch information
audionerd committed Oct 29, 2020
1 parent 7cc86d8 commit 77995e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/shot-generator/hooks/use-insert-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const useInsertImage = (initializeImage) => {
let blob = item.getAsFile()

let imageId = THREE.Math.generateUUID()
let imageProjectPath =path.join('models', 'images', `${imageId}-texture.png}`)
let imageProjectPath = path.join('models', 'images', `${imageId}-texture.png`)
let imagePath = getAssetPath('image', imageProjectPath)
let reader = new FileReader()
reader.onload = function() {
Expand Down

0 comments on commit 77995e6

Please sign in to comment.