Skip to content

Commit 126207b

Browse files
committed
Fix code typo
1 parent 7ba4fce commit 126207b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasources/sources/tourinsoft_v3.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def jp(object, path)
2929
end
3030

3131
def jp_first(object, path)
32-
j(object, path)&.first
32+
jp(object, path)&.first
3333
end
3434

3535
def self.fetch(client, syndication)

0 commit comments

Comments
 (0)