Commit 79338af0 authored by David Fernandez's avatar David Fernandez

Use `.package.id` instead of `.package_id`

parent 25e5861f
...@@ -106,7 +106,7 @@ module Packages ...@@ -106,7 +106,7 @@ module Packages
# used by ExclusiveLeaseGuard # used by ExclusiveLeaseGuard
def lease_key def lease_key
package_id = existing_package ? existing_package.id : @package_file.package.id package_id = existing_package ? existing_package.id : @package_file.package_id
"packages:nuget:update_package_from_metadata_service:package:#{package_id}" "packages:nuget:update_package_from_metadata_service:package:#{package_id}"
end end
......
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