1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

L #~: Lint warning (#2074)

This commit is contained in:
Sergio Betanzos 2022-05-24 18:18:40 +02:00 committed by GitHub
parent c1e7669037
commit 3753967d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/