a13 clean

This commit is contained in:
Miłosz Szewczak 2020-04-11 20:59:33 +02:00 committed by GitHub
parent 101b884a2c
commit deae29647a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,6 @@ import {
import { OptionsWithUri } from 'request';
import { IDataObject } from 'n8n-workflow';
/**export interface IAttachment {
fields: {
item?: object[];
};
}
*/
export interface IAttachment {
fields: {
item?: object[];
@ -24,7 +16,6 @@ export interface IAttachment {
};
}
/**
* Make an API request to Telegram
*