1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

fix typo in userId index in targets

This commit is contained in:
prateek banga 2023-12-01 03:51:03 +05:30
parent 6ead6f8094
commit 81ec4ff9bc

View file

@ -1829,7 +1829,7 @@ $commonCollections = [
[
'$id' => ID::custom('_key_userId'),
'type' => Database::INDEX_KEY,
'attributes' => ['_key_userId'],
'attributes' => ['userId'],
'lengths' => [],
'orders' => [],
],