Fix missing "to_h" error message on Pawoo sources
This commit is contained in:
@@ -50,6 +50,10 @@ class PawooApiClient
|
|||||||
def commentary
|
def commentary
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_h
|
||||||
|
json
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Status
|
class Status
|
||||||
@@ -97,6 +101,10 @@ class PawooApiClient
|
|||||||
commentary << json["content"]
|
commentary << json["content"]
|
||||||
commentary
|
commentary
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def to_h
|
||||||
|
json
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def get(url)
|
def get(url)
|
||||||
|
|||||||
Reference in New Issue
Block a user