Skip to content

Commit

Permalink
Remove obsolete fixer script
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Sep 22, 2023
1 parent d84116f commit 5f95903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions app/logical/e6_api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ def get_post(id)
make_request(:get, "/posts/#{id}.json")["post"]
end

def get_posts(ids)
make_request(:get, "/posts.json?limit=300&tags=status:any id:#{ids.join(',')}")["posts"]
end

def make_request(method, path, **params)
params[:headers] ||= {}
params[:headers].merge!(headers)
Expand Down
15 changes: 0 additions & 15 deletions db/fix_iqdb_post_response_format.rb

This file was deleted.

0 comments on commit 5f95903

Please sign in to comment.