Commit d77371fc authored by Kassio Borges's avatar Kassio Borges

Remove unused constant

The `MAXIMUM_FILE_SIZE` usage was removed with
https://gitlab.com/gitlab-org/gitlab/-/commit/12138d7e126c823521fa637a72fcf5771c7e1002,
but the constant was not deleted. This commit removes it.
parent a51c9471
......@@ -4,8 +4,6 @@ module API
class ProjectImport < Grape::API::Instance
include PaginationParams
MAXIMUM_FILE_SIZE = 50.megabytes
helpers Helpers::ProjectsHelpers
helpers Helpers::FileUploadHelpers
helpers Helpers::RateLimiter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment