Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tnramalho committed Jul 16, 2024
1 parent f704712 commit 1ed750b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ export class CacheCrudController
@CrudBody() cacheCreateDto: CacheCreateDto,
@Param('assignment') assignment: ReferenceAssignment,
) {
const response = await this.cacheService.updateOrCreate(assignment, cacheCreateDto);
const response = await this.cacheService.updateOrCreate(
assignment,
cacheCreateDto,
);
return response;
}

Expand Down

0 comments on commit 1ed750b

Please sign in to comment.