mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Ignore lint errors
This commit is contained in:
parent
34a3720c15
commit
804bd33940
1 changed files with 2 additions and 0 deletions
|
|
@ -75,11 +75,13 @@ const plugin = (args: IpluginInputArgs): IpluginOutputArgs => {
|
|||
const value = String(args.inputs.value);
|
||||
|
||||
if (!args.variables.user) {
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
args.variables.user = {};
|
||||
}
|
||||
|
||||
args.jobLog(`Setting variable ${variable} to ${value}`);
|
||||
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
args.variables.user[variable] = value;
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue