Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Mar 11, 2024
1 parent 7510fa0 commit 220439f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,6 @@ function renamePolicyTaglist(policyID: string, policyTagListName: {oldName: stri
oldName,
newName,
};
console.log('onyxData :>> ', onyxData);

API.write(WRITE_COMMANDS.RENAME_POLICY_TAG_LIST, parameters, onyxData);
}
Expand Down

0 comments on commit 220439f

Please sign in to comment.