Skip to content

Commit

Permalink
apply source code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Jan 23, 2024
1 parent ab8057f commit b25b8c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/apps/api/src/modules/cost-surface/cost-surface.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,14 @@ export class CostSurfaceService {
max,
});
const costSurface = await this.costSurfaceRepository.save(instance);
const result = await this.calculateCost.forShapefile(
const _result = await this.calculateCost.forShapefile(
projectId,
costSurface.id,
file,
);
// TODO: Handle error! Delete cost surface!
/**
* @todo: Handle error! Delete cost surface!
*/
return right(void 0);
}

Expand Down

1 comment on commit b25b8c3

@vercel
Copy link

@vercel vercel bot commented on b25b8c3 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marxan – ./

marxan-vizzuality1.vercel.app
marxan-git-develop-vizzuality1.vercel.app
marxan23.vercel.app

Please sign in to comment.