Skip to content

Commit

Permalink
Merge pull request #24 from chonla/main
Browse files Browse the repository at this point in the history
feat: Print number of rows purged when purging api is called
  • Loading branch information
chonla authored Oct 28, 2024
2 parents 30597d6 + 0461240 commit 0f99f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdmm/app/controllers/cdmm_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def purge
:value => "#{deleted_count}"
}
]
render_empty headers
render :json => { :purgedRow => deleted_count }
end

def index
Expand Down

0 comments on commit 0f99f16

Please sign in to comment.