mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
remove unused local variable
ec84c87ddbae307405951fe6606f348c26bc2b07
This commit is contained in:
@ -76,7 +76,7 @@ class S3Inventory
|
|||||||
def list_missing_post_uploads
|
def list_missing_post_uploads
|
||||||
log "Listing missing post uploads..."
|
log "Listing missing post uploads..."
|
||||||
|
|
||||||
missing = Post.find_missing_uploads(include_local_upload: false) do |post, _, _, sha1|
|
missing = Post.find_missing_uploads(include_local_upload: false) do |_, _, _, sha1|
|
||||||
next if sha1.blank?
|
next if sha1.blank?
|
||||||
|
|
||||||
upload_id = nil
|
upload_id = nil
|
||||||
|
Reference in New Issue
Block a user