Skip to content

Commit 305799c

Browse files
committed
Test change 1
1 parent b590b95 commit 305799c

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
@@ -152,7 +152,7 @@ function set<TKey extends OnyxKey>(key: TKey, value: OnyxSetInput<TKey>): Promis
152152
}
153153
}
154154

155-
// Onyx.set will ignore `undefined` values as inputs, therefore we can return early.
155+
// Onyx.set will ignore `undefined` values as inputs, therefore we can return early..
156156
if (value === undefined) {
157157
return Promise.resolve();
158158
}

0 commit comments

Comments
 (0)