forked from cybrespace/mastodon
6 lines
64 B
Ruby
6 lines
64 B
Ruby
|
class FetchFeedService
|
||
|
def call(account)
|
||
|
# todo
|
||
|
end
|
||
|
end
|