Browse Source

Remove redundant inclusion (#4150)

pull/4/head
Akihiko Odaki (@fn_aki@pawoo.net) 6 years ago
committed by Eugen Rochko
parent
commit
29f314a502
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/services/process_feed_service.rb

+ 0
- 2
app/services/process_feed_service.rb View File

@ -20,8 +20,6 @@ class ProcessFeedService < BaseService
end
class ProcessEntry
include AuthorExtractor
def call(xml, account)
@account = account
@xml = xml

Loading…
Cancel
Save