Skip to content

Commit

Permalink
temp play
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 15, 2024
1 parent ad9a046 commit 0748b22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/controllers/tufts/tdl_resources_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def create
else
bad_ids << id
end
# if resource.index
# successes += 1
# else
# bad_ids << id
# end
if resource.reindex
successes += 1
else
bad_ids << id
end

if resource.save_and_index
successes += 1
Expand Down

0 comments on commit 0748b22

Please sign in to comment.