Skip to content
Snippets Groups Projects
Commit 5906b959 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

eslint fix

parent 2b5db7cc
No related branches found
No related tags found
1 merge request!32023.2 modules plattform
Pipeline #31307 passed
......@@ -91,7 +91,7 @@ Dependency.defaultFunctionForRelation = function(pRelationTable, pRelationField,
* @return {string[]}
*/
// @ts-ignore: ignore the pOldData not used warning, as it is specified by design that the function will receive the pNewdata and pOldData param. Keeping it here for more transparency.
return function(pNewData, pOldData)
return function(pNewData, pOldData) // eslint-disable-line no-unused-vars
{
var relationFieldValue;
if (!pDataTable)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment