Skip to content

Commit

Permalink
Remove forgotten superfluous ivar assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
csutter committed Jun 3, 2024
1 parent 913f765 commit 08498c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/services/discovery_engine/sync/delete.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
module DiscoveryEngine::Sync
class Delete < Operation
def initialize(content_id, payload_version: nil, client: nil)
super(content_id, payload_version:, client:)

@content_id = content_id
@payload_version = payload_version
end

def call
with_locked_document do
if outdated_payload_version?
Expand Down

0 comments on commit 08498c3

Please sign in to comment.