Skip to content

Commit

Permalink
Updating the Keywords section as Array of NumberArrayTag
Browse files Browse the repository at this point in the history
Updating the Keywords section as an Array of `NumberArrayTag` instead of `NumberArrayTag` which causes issues with Autocomplete, linting, and compiling.
This should fix the issue.
  • Loading branch information
pankajanand18 authored and mattiasw committed May 9, 2020
1 parent a05c721 commit 08768a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exif-reader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ interface Tags {
'Category': NumberArrayTag, // StringTag
'Supplemental Category': NumberArrayTag, // StringTag
'Fixture Identifier': NumberArrayTag, // StringTag
'Keywords': NumberArrayTag, // StringTag
'Keywords': NumberArrayTag[], // StringTag
'Content Location Code': NumberArrayTag, // StringTag
'Content Location Name': NumberArrayTag, // StringTag
'Release Date': NumberArrayTag, // StringTag
Expand Down

0 comments on commit 08768a5

Please sign in to comment.