Skip to content

Commit

Permalink
Fix: Initialize dictionaryId to nil in newDataDictionary method
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaspin committed Feb 11, 2025
1 parent 868cc1f commit 17bd8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adiwg/mdtranslator/internal/internal_metadata_obj.rb
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ def newImageDescription
# data dictionary ------------------------
def newDataDictionary
{
dictionaryId: nil,
description: nil,
subjects: [],
citation: {},
Expand Down

0 comments on commit 17bd8c8

Please sign in to comment.