Skip to content

Commit

Permalink
Update src/libs/actions/PersistedRequests.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Glasser <marc.aaron.glasser@gmail.com>
  • Loading branch information
Szymon20000 and marcaaron authored Sep 19, 2023
1 parent 12d1326 commit 225ffe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/PersistedRequests.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Onyx.connect({

/**
* This promise is only used by tests. DO NOT USE THIS PROMISE IN THE APPLICATION CODE
* @returns {void}
* @returns {Promise}
*/
function clear() {
return Onyx.set(ONYXKEYS.PERSISTED_REQUESTS, []);
Expand Down

0 comments on commit 225ffe1

Please sign in to comment.