Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 7, 2020
1 parent 5876cc0 commit 6c9c289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/activity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ def after_audit
rights_list: { type: :object, properties: {
rights: { type: :keyword },
rightsUri: { type: :keyword },
lang: { type: :keyword }
lang: { type: :keyword },
}},
subjects: { type: :object, properties: {
subject: { type: :keyword },
subjectScheme: { type: :keyword },
schemeUri: { type: :keyword },
valueUri: { type: :keyword },
lang: { type: :keyword }
lang: { type: :keyword },
}},
container: { type: :object, properties: {
type: { type: :keyword },
Expand All @@ -137,7 +137,7 @@ def after_audit
volume: { type: :keyword },
issue: { type: :keyword },
firstPage: { type: :keyword },
lastPage: { type: :keyword }
lastPage: { type: :keyword },
}},
content_url: { type: :keyword },
version_info: { type: :keyword },
Expand Down

0 comments on commit 6c9c289

Please sign in to comment.