Skip to content

Commit

Permalink
Fix import strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
cbolles committed Sep 9, 2024
1 parent 4e5bd84 commit 23af696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/categories/create.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable, PipeTransform } from '@nestjs/common';
import { DampLabServicePipe } from 'src/services/damplab-services.pipe';
import { DampLabServicePipe } from '../services/damplab-services.pipe';

Check warning on line 2 in src/categories/create.pipe.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement
import { CreateCategory } from './dtos/create.dto';

@Injectable()
Expand Down

0 comments on commit 23af696

Please sign in to comment.