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 f8f9883 commit aa733d8Copy full SHA for aa733d8
src/SubscriptionRepository.php
@@ -47,7 +47,7 @@ public function clearConnection(string $connectionId): void
47
'IndexName' => 'lookup-by-connection',
48
'KeyConditionExpression' => 'connectionId = :connectionId',
49
'ExpressionAttributeValues' => [
50
- ':connectionI' => ['S' => $connectionId],
+ ':connectionId' => ['S' => $connectionId],
51
],
52
]);
53
0 commit comments