Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarlow12 authored and wbreza committed Apr 29, 2019
1 parent 8b34db5 commit 354623e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/assetService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ describe("Asset Service", () => {
],
),
};

const project = populateProjectAssets();
const assetService = new AssetService(project);
await assetService.renameTag(project.assets, tag1, newTag, assetMetadata);
Expand Down
2 changes: 1 addition & 1 deletion src/services/assetService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 354623e

Please sign in to comment.