Skip to content

Commit

Permalink
fix deletekeys
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw committed Oct 4, 2024
1 parent f121ad2 commit ea16e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/CommonScripts/Scripts/DeleteContext/DeleteContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function errorEntry(text) {
* @param {Array<string>} keysToDelete - An array of keys to delete.
* @returns {string} A message summarizing the outcome of the delete operation.
*/
function deleteKeys(keysToDelete = [], _keysToKeep = [], keepDBotScore = false) {
function deleteKeys(keysToDelete = [], _keysToKeep = []) {
var deletedKeys = []
var errors = []
var message = '';
Expand Down

0 comments on commit ea16e20

Please sign in to comment.