Skip to content

Commit af2bfbf

Browse files
committed
Test change 2
1 parent 8dd5e97 commit af2bfbf

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)