Skip to content

Commit e0b105f

Browse files
authored
Make the constant path relative (#860)
1 parent cf84bdb commit e0b105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/job-launcher/server/src/modules/job/job.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { JobFortuneDto, JobCvatDto, JobListDto, JobCancelDto, EscrowFailedWebhoo
1818
import { JobService } from './job.service';
1919
import { JobRequestType, JobStatusFilter } from '../../common/enums/job';
2020
import { Public } from '../../common/decorators';
21-
import { HEADER_SIGNATURE_KEY } from 'src/common/constants';
21+
import { HEADER_SIGNATURE_KEY } from '../../common/constants';
2222

2323
@ApiBearerAuth()
2424
@UseGuards(JwtAuthGuard)

0 commit comments

Comments
 (0)