refactor: Remove unused lint directives (no-changelog) (#9842)
This commit is contained in:
@@ -197,7 +197,6 @@ export function encodeWebhookResponse(
|
||||
): IExecuteResponsePromiseData {
|
||||
if (typeof response === 'object' && Buffer.isBuffer(response.body)) {
|
||||
response.body = {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
'__@N8nEncodedBuffer@__': response.body.toString(BINARY_ENCODING),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user