From d6cf4b094c6cf5f6f484d80889863527b8edfd7c Mon Sep 17 00:00:00 2001 From: pcholuj Date: Mon, 8 Apr 2019 22:02:56 +0200 Subject: [PATCH] fix(transforms): Fix typo in schema --- src/lib/filelink.ts | 4 +++- src/schema/transforms.schema.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/filelink.ts b/src/lib/filelink.ts index 6e7579ac..4da24908 100644 --- a/src/lib/filelink.ts +++ b/src/lib/filelink.ts @@ -757,7 +757,7 @@ export class Filelink { } /** - * Adds enchance transformation + * Adds tags transformation * * @see https://www.filestack.com/docs/api/processing/#tags * @returns this @@ -767,6 +767,8 @@ export class Filelink { return this.addTask('tags', true); } + + /** * Adds sfw transformation * diff --git a/src/schema/transforms.schema.ts b/src/schema/transforms.schema.ts index ec297f32..b8bb7e7d 100644 --- a/src/schema/transforms.schema.ts +++ b/src/schema/transforms.schema.ts @@ -182,7 +182,7 @@ export const TransformSchema = { type: 'boolean', additionalProperties: false, }, - enchance: { + enhance: { type: 'boolean', additionalProperties: false, },