Skip to content

Commit

Permalink
Merge pull request #9 from michelepeghini-revium/patch-1
Browse files Browse the repository at this point in the history
Update migration.js
  • Loading branch information
christianzoppi authored Jul 22, 2022
2 parents 0ef2523 + d732a29 commit 141c99d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ export default class Wp2Storyblok {
break
case 'multilink':
value = {
url: value,
url: field_value,
linktype: 'url',
fieldtype: 'multilink',
cached_url: value
cached_url: field_value
}
break
case 'datetime':
Expand Down Expand Up @@ -350,4 +350,4 @@ export default class Wp2Storyblok {
}))
.flat()
}
}
}

0 comments on commit 141c99d

Please sign in to comment.