mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: add missing eslint-disable comments for metadata in integration deletion event
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user