Remove dead code from ProxyExercise

This commit is contained in:
Sebastian Serth
2022-09-04 00:05:38 +02:00
parent 49f4f0e6c5
commit b67daedfc9
3 changed files with 1 additions and 13 deletions

View File

@ -1,5 +0,0 @@
# frozen_string_literal: true
json.set! :files do
json.array! @exercise.files.visible, :content, :id
end