Skip to content

Commit

Permalink
Fix import style
Browse files Browse the repository at this point in the history
  • Loading branch information
cbolles committed Sep 4, 2024
1 parent 406a58f commit 0c15892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/update.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';
import { ServiceChange } from './dtos/update.dto';

@Injectable()
Expand Down

0 comments on commit 0c15892

Please sign in to comment.