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 545f286 commit ad9a046
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/controllers/tufts/tdl_resources_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ def create
else
bad_ids << id
end
if resource.index
successes += 1
else
bad_ids << id
end

# if resource.save_and_index
# if resource.index
# successes += 1
# else
# bad_ids << id
# end

if resource.save_and_index
successes += 1
else
bad_ids << id
end
end

if successes.positive?
Expand Down

0 comments on commit ad9a046

Please sign in to comment.