Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Oct 26, 2021
1 parent f0759ce commit a0507a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function invite(logins, welcomeNote, policyID) {
* @param {String} policyID
* @param {Object} values
*/
function updateLocalPolicyValues(policyID, values) {
function updateLocalPolicyValues(policyID, values) {
Onyx.merge(`${ONYXKEYS.COLLECTION.POLICY}${policyID}`, values);
}

Expand Down

0 comments on commit a0507a9

Please sign in to comment.