Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 390ab50

Browse files
tbarlow12wbreza
authored andcommitted
Lint fixes
1 parent 48ac5db commit 390ab50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/services/assetService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ describe("Asset Service", () => {
422422
],
423423
),
424424
};
425-
425+
426426
const project = populateProjectAssets();
427427
const assetService = new AssetService(project);
428428
await assetService.renameTag(project.assets, tag1, newTag, assetMetadata);

src/services/assetService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export class AssetService {
237237
* @param transformer Function that accepts array of tags from a region and returns a modified array of tags
238238
* @param currentAsset Current asset being viewed. Makes changes and returns updated asset to avoid
239239
* needing to reload the asset in the editor page
240-
* @returns Modified `currentAsset`. Returns `null` if asset did not need to be modified
240+
* @returns Modified `currentAsset`. Returns `null` if asset did not need to be modified
241241
* or if `currentAsset` is null or undefined
242242
*/
243243
private async updateAssetTags(

0 commit comments

Comments
 (0)