We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f2194 commit 19e175cCopy full SHA for 19e175c
lib/aws/session_store/dynamo_db/locking/base.rb
@@ -143,7 +143,7 @@ def data_unchanged?(env, session)
143
144
# Expected attributes
145
def expected_attributes(sid)
146
- { :expected => {@config.table_key => {:value => {:s => sid}, :exists => true}} }
+ { :expected => {@config.table_key => {:value => {:s => sid}, :exists => false}} }
147
end
148
149
# Attributes to be retrieved via client
0 commit comments