Skip to content

Commit

Permalink
Handle rip service name metadata key
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 14, 2022
1 parent 463c054 commit 355b07a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ class ClientApiModule < View
'checksumFormat' => true,
'globalEndpoint' => true,
'serviceAbbreviation' => true,
'uid' => true
'uid' => true,
# ignore
'ripServiceName' => true
}

# @option options [required, Service] :service
Expand Down

0 comments on commit 355b07a

Please sign in to comment.