fix: add eslint-disable comment for shouldDeleteIntegrationSecrets in integration deletion event metadata

This commit is contained in:
Victor Santos
2025-11-26 12:05:08 -03:00
parent ffe866efb0
commit f98b803e76

View File

@@ -314,6 +314,7 @@ export const registerIntegrationRouter = async (server: FastifyZodProvider) => {
projectId: integration.projectId,
event: {
type: EventType.DELETE_INTEGRATION,
// eslint-disable-next-line
metadata: {
...deleteIntegrationEventProperty,
shouldDeleteIntegrationSecrets: req.query.shouldDeleteIntegrationSecrets