Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed Sep 25, 2023
1 parent c32146a commit a734d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Community/Tdarr_Plugin_z80t_keep_original_date.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars,no-param-reassign
inputs = lib.loadDefaultValues(inputs, details);

// eslint-disable-next-line import/no-extraneous-dependencies
// eslint-disable-next-line import/no-unresolved,import/no-extraneous-dependencies
const touch = require('touch');

const log = (msg) => {
Expand Down

0 comments on commit a734d75

Please sign in to comment.