Commit d5b65a1b authored by Robin Dupret's avatar Robin Dupret

Remove an outdated comment

Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43623
parent 9145f1dd
......@@ -3,7 +3,6 @@
class Packages::Event < ApplicationRecord
belongs_to :package, optional: true
# FIXME: Remove debian: 9 from here when it's added to the types in package.rb model
EVENT_SCOPES = ::Packages::Package.package_types.merge(container: 1000, tag: 1001).freeze
enum event_scope: EVENT_SCOPES
......
---
title: Remove an outdated comment
merge_request: 44861
author: Robin Dupret
type: other
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