From 390ab50f5ad121e2014002607169a57cc608efb1 Mon Sep 17 00:00:00 2001 From: Tanner Barlow Date: Tue, 16 Apr 2019 07:14:28 -0700 Subject: [PATCH] Lint fixes --- src/services/assetService.test.ts | 2 +- src/services/assetService.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/assetService.test.ts b/src/services/assetService.test.ts index 7e1350a441..02680fcd4d 100644 --- a/src/services/assetService.test.ts +++ b/src/services/assetService.test.ts @@ -422,7 +422,7 @@ describe("Asset Service", () => { ], ), }; - + const project = populateProjectAssets(); const assetService = new AssetService(project); await assetService.renameTag(project.assets, tag1, newTag, assetMetadata); diff --git a/src/services/assetService.ts b/src/services/assetService.ts index be40a968c6..4552624eae 100644 --- a/src/services/assetService.ts +++ b/src/services/assetService.ts @@ -237,7 +237,7 @@ export class AssetService { * @param transformer Function that accepts array of tags from a region and returns a modified array of tags * @param currentAsset Current asset being viewed. Makes changes and returns updated asset to avoid * needing to reload the asset in the editor page - * @returns Modified `currentAsset`. Returns `null` if asset did not need to be modified + * @returns Modified `currentAsset`. Returns `null` if asset did not need to be modified * or if `currentAsset` is null or undefined */ private async updateAssetTags(