[ci:force] - Fixed lint

This commit is contained in:
VitoAlbano
2024-10-14 00:08:11 +01:00
committed by Vito Albano
parent c1a42596dd
commit 7bdec42329
279 changed files with 3312 additions and 3998 deletions

View File

@@ -48,7 +48,6 @@ export class DocumentActionsService {
/**
* Gets the handler for an action.
*
* @param key Identifier of the action
* @returns The handler for the action
*/
@@ -62,7 +61,6 @@ export class DocumentActionsService {
/**
* Sets a new handler for an action.
*
* @param key Identifier of the action
* @param handler Handler for the action
* @returns False if the key was an empty/null string, true otherwise
@@ -78,7 +76,6 @@ export class DocumentActionsService {
/**
* Checks if actions can be executed for an item.
*
* @param nodeEntry Item to receive an action
* @returns True if the action can be executed on this item, false otherwise
*/