Skip to content

Commit

Permalink
ldp.resource.upload: fix files type
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Dec 7, 2022
1 parent adf0123 commit caddbf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
return {
'@context': { '@vocab': 'http://semapps.org/ns/core#' },
'@id': resourceUri,
'@type': 'semapps:File',
'@type': 'File',
encoding: file.encoding,
mimeType: file.mimetype,
localPath,
Expand Down

0 comments on commit caddbf4

Please sign in to comment.