Skip to content

Commit

Permalink
update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw committed Oct 4, 2024
1 parent ea16e20 commit 931057b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packs/CommonScripts/Scripts/DeleteContext/DeleteContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function errorEntry(text) {
/**
* Deletes keys from the context and handles errors.
* @param {Array<string>} keysToDelete - An array of keys to delete.
* @param {Array<string>} _keysToKeep - An array of keys to keep.
* @returns {string} A message summarizing the outcome of the delete operation.
*/
function deleteKeys(keysToDelete = [], _keysToKeep = []) {
Expand Down

0 comments on commit 931057b

Please sign in to comment.