Skip to content

Commit

Permalink
fix: faulty return type
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Jan 2, 2024
1 parent df062bd commit e3a3a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kirei/base_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def where(hash)
def create(hash)
end

sig { abstract.params(attributes: T.untyped).returns(T.untyped) }
sig { abstract.params(attributes: T.untyped).void }
def wrap_jsonb_non_primivitives!(attributes)
end

Expand Down

0 comments on commit e3a3a6b

Please sign in to comment.