Skip to content

Commit

Permalink
fix(deepscan): removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 5, 2024
1 parent fb79743 commit 09172ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Controller, HttpStatus, Get, Query, Post, Body, Param, Delete } from '@nestjs/common';
import { ApiTags, ApiOperation, ApiResponse } from '@nestjs/swagger';
import { ID, IGetJobPresetCriterionInput, IJobPreset, IMatchingCriterions } from '@gauzy/contracts';
import { ID, IGetJobPresetCriterionInput } from '@gauzy/contracts';
import { GauzyAIService } from '@gauzy/plugin-integration-ai';
import { EmployeeService, UUIDValidationPipe, UseValidationPipe } from '@gauzy/core';
import { JobPresetService } from './job-preset.service';
Expand Down

0 comments on commit 09172ef

Please sign in to comment.