mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Fix model.from_rs argument type typo (#142)
This commit is contained in:
parent
3a53a69f83
commit
bf5ca75d1a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ module DB
|
|||
super
|
||||
end
|
||||
|
||||
def self.from_rs(rs : ::DB::Result_set)
|
||||
def self.from_rs(rs : ::DB::ResultSet)
|
||||
super
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue