diff --git a/lib/Onyx.ts b/lib/Onyx.ts index 15991694..b2fb3830 100644 --- a/lib/Onyx.ts +++ b/lib/Onyx.ts @@ -402,7 +402,7 @@ function clear(keysToPreserve: OnyxKey[] = []): Promise { } /** - * Insert API responses and lifecycle data into Onyx + * Insert API responses and lifecycle data into Onyx... * * @param data An array of objects with update expressions * @returns resolves when all operations are complete