From 3753967d735192150303fa942469e4d0667da1a6 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Tue, 24 May 2022 18:18:40 +0200 Subject: [PATCH] L #~: Lint warning (#2074) --- src/fireedge/src/client/features/OneApi/common.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fireedge/src/client/features/OneApi/common.js b/src/fireedge/src/client/features/OneApi/common.js index 100cd2cb6b..97799f239e 100644 --- a/src/fireedge/src/client/features/OneApi/common.js +++ b/src/fireedge/src/client/features/OneApi/common.js @@ -242,9 +242,6 @@ export const updateOwnershipOnResource = ( * - Update type: * ``0``: Replace the whole template. * ``1``: Merge new template with the existing one. - * @param {boolean} [params.append] - * - ``true``: Merge new template with the existing one. - * - ``false``: Replace the whole template. * @param {string} [userTemplateAttribute] - The attribute name of the user template. By default is `USER_TEMPLATE`. * @returns {function(Draft):ThunkAction} - Dispatches the action */