Skip to content

Commit

Permalink
remove unused onyx data
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 9, 2023
1 parent 3d63dc5 commit ca63857
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ Onyx.connect({
callback: (val) => (allRecentlyUsedTags = val),
});

let networkStatus = {};
Onyx.connect({
key: ONYXKEYS.NETWORK,
waitForCollectionCallback: true,
callback: (val) => (networkStatus = val),
});

/**
* Stores in Onyx the policy ID of the last workspace that was accessed by the user
* @param {String|null} policyID
Expand Down

0 comments on commit ca63857

Please sign in to comment.