We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba4fce commit 126207bCopy full SHA for 126207b
datasources/sources/tourinsoft_v3.rb
@@ -29,7 +29,7 @@ def jp(object, path)
29
end
30
31
def jp_first(object, path)
32
- j(object, path)&.first
+ jp(object, path)&.first
33
34
35
def self.fetch(client, syndication)
0 commit comments