Skip to content

Commit

Permalink
add missing summary
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Sep 23, 2024
1 parent 2a75d30 commit 6bbde82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/verb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def self.load(spec)
id: id,
dto_raw: dto,
schema: SchemaRegistry::Schema.load(spec['schema']),
summary: spec['summary'],
return_many: spec['return_many'],
description: spec['description'],
webhook_description: spec['webhook_description']
Expand Down

0 comments on commit 6bbde82

Please sign in to comment.