Skip to content

Commit aa733d8

Browse files
committed
fix typo
1 parent f8f9883 commit aa733d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SubscriptionRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function clearConnection(string $connectionId): void
4747
'IndexName' => 'lookup-by-connection',
4848
'KeyConditionExpression' => 'connectionId = :connectionId',
4949
'ExpressionAttributeValues' => [
50-
':connectionI' => ['S' => $connectionId],
50+
':connectionId' => ['S' => $connectionId],
5151
],
5252
]);
5353

0 commit comments

Comments
 (0)