👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 18:00:28 +02:00
parent 53162ba462
commit 546b79bea0
54 changed files with 257 additions and 257 deletions

View File

@@ -152,13 +152,13 @@ export class GoogleTranslate implements INodeType {
methods = {
loadOptions: {
async getLanguages(
this: ILoadOptionsFunctions
this: ILoadOptionsFunctions,
): Promise<INodePropertyOptions[]> {
const returnData: INodePropertyOptions[] = [];
const { data: { languages } } = await googleApiRequest.call(
this,
'GET',
'/language/translate/v2/languages'
'/language/translate/v2/languages',
);
for (const language of languages) {
returnData.push({