Skip to content

Commit

Permalink
Merge pull request #35 from storyblok/hotfix/media-type
Browse files Browse the repository at this point in the history
Prevent unexpected transformation process
  • Loading branch information
onefriendaday authored Aug 17, 2020
2 parents 460a02c + 2a305d7 commit e80f5d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = {
parent: null,
children: [],
internal: {
mediaType: `application/json`,
type: name,
contentDigest: crypto.createHash(`md5`).update(stringify(item)).digest(`hex`)
}
Expand All @@ -65,7 +64,6 @@ module.exports = {
parent: null,
children: [],
internal: {
mediaType: `application/json`,
type: name,
contentDigest: crypto.createHash(`md5`).update(stringify(item)).digest(`hex`)
}
Expand Down

0 comments on commit e80f5d5

Please sign in to comment.