Skip to content

Commit

Permalink
fix: return types are not allowe isssue
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon20000 committed Sep 20, 2023
1 parent e0e31ce commit 7869c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/PersistedRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Onyx.connect({

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

0 comments on commit 7869c5a

Please sign in to comment.