Skip to content

Commit

Permalink
Reduce description size
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 13, 2024
1 parent c21d291 commit f5ebebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/query_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def item_bwf_csv(full_identifier:, filename:)

bwf = {
'FileName' => filename,
'Description' => desc.join('\n').truncate(250),
'Description' => desc.join('\n').truncate(240),
'Originator' => item.collector_name,
'OriginationDate' => item.originated_on,
'BextVersion' => 1,
Expand Down

0 comments on commit f5ebebe

Please sign in to comment.