Skip to content

Commit f93fdda

Browse files
committed
Test change 8
1 parent eab36dd commit f93fdda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Onyx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ function update(data: OnyxUpdate[]): Promise<void> {
637637
* });
638638
*
639639
* @param collectionKey e.g. `ONYXKEYS.COLLECTION.REPORT`
640-
* @param collection Object collection keyed by individual collection member keys and values........
640+
* @param collection Object collection keyed by individual collection member keys and values.........
641641
*/
642642
function setCollection<TKey extends CollectionKeyBase, TMap>(collectionKey: TKey, collection: OnyxMergeCollectionInput<TKey, TMap>): Promise<void> {
643643
let resultCollection: OnyxInputKeyValueMapping = collection;

0 commit comments

Comments
 (0)