fix: add missing eslint-disable comments for metadata in integration deletion event

This commit is contained in:
Victor Santos
2025-11-26 12:02:23 -03:00
parent 0e49aaf1e6
commit ffe866efb0

View File

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