Skip to content

Commit 5ef191d

Browse files
committed
refactor: remove unused Query import in table categories controller
1 parent 1f4946a commit 5ef191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/entities/table-categories/table-categories.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Body, Controller, Get, Inject, Injectable, Put, Query, UseGuards, UseInterceptors } from '@nestjs/common';
1+
import { Body, Controller, Get, Inject, Injectable, Put, UseGuards, UseInterceptors } from '@nestjs/common';
22
import { ApiBearerAuth, ApiBody, ApiOperation, ApiParam, ApiResponse, ApiTags } from '@nestjs/swagger';
33
import { UseCaseType } from '../../common/data-injection.tokens.js';
44
import { MasterPassword } from '../../decorators/master-password.decorator.js';

0 commit comments

Comments
 (0)