Skip to content

Commit

Permalink
revert needless change
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 11, 2024
1 parent b41b73a commit 4e447e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2249,9 +2249,9 @@ object StillImageExternalFileValueContentV2 {
licenseText <- r.objectStringOption(HasLicenseText, LicenseText.from)
licenseUri <- r.objectDataTypeOption(HasLicenseUri, XSD.anyURI.toString, LicenseUri.from)
fileValue = FileValueV2(
"dummy.foo",
"internalFilename",
"internalMimeType",
Some("dummy.foo"),
Some("originalFilename"),
Some("originalMimeType"),
copyrightAttribution,
licenseText,
Expand Down

0 comments on commit 4e447e5

Please sign in to comment.