Skip to content

Commit

Permalink
add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Sep 3, 2024
1 parent 80f373b commit 3b64499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/schema_registry/property.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require 'bigdecimal'
require_relative 'property_type'
require_relative 'maybe'
require_relative 'resource_registry/versions/version'

module SchemaRegistry
class Property < T::Struct
Expand Down

0 comments on commit 3b64499

Please sign in to comment.