Fix linting WIP

This commit is contained in:
Atef Bellaaj 2025-06-23 19:55:59 +02:00 committed by Danny Avila
parent 4c40469951
commit 37c423eb00
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
6 changed files with 7 additions and 25 deletions

View file

@ -15,7 +15,6 @@ const {
deleteAgent,
getListAgentsByAccess,
countPromotedAgents,
updateAgentProjects,
revertAgentVersion,
} = require('~/models/Agent');
const {
@ -30,7 +29,6 @@ const { refreshS3Url } = require('~/server/services/Files/S3/crud');
const { filterFile } = require('~/server/services/Files/process');
const { updateAction, getActions } = require('~/models/Action');
const { getCachedTools } = require('~/server/services/Config');
const { revertAgentVersion } = require('~/models/Agent');
const { deleteFileByFilter } = require('~/models/File');
const { getCategoriesWithCounts } = require('~/models');