chore: cleanup
This commit is contained in:
parent
69079d5514
commit
79a39554ee
1 changed files with 2 additions and 19 deletions
|
|
@ -1,28 +1,11 @@
|
||||||
import {
|
import { Body, Controller, Example, Get, Patch, Path, Request, Route, Security, Tags } from "tsoa";
|
||||||
Body,
|
|
||||||
Controller,
|
|
||||||
Delete,
|
|
||||||
Example,
|
|
||||||
Get,
|
|
||||||
Patch,
|
|
||||||
Path,
|
|
||||||
Post,
|
|
||||||
Request,
|
|
||||||
Route,
|
|
||||||
Security,
|
|
||||||
Tags,
|
|
||||||
} from "tsoa";
|
|
||||||
import { AppDataSource } from "../database/data-source";
|
import { AppDataSource } from "../database/data-source";
|
||||||
import HttpSuccess from "../interfaces/http-success";
|
import HttpSuccess from "../interfaces/http-success";
|
||||||
import HttpStatus from "../interfaces/http-status";
|
import HttpStatus from "../interfaces/http-status";
|
||||||
import HttpError from "../interfaces/http-error";
|
import HttpError from "../interfaces/http-error";
|
||||||
import { RequestWithUser } from "../middlewares/user";
|
import { RequestWithUser } from "../middlewares/user";
|
||||||
import { Profile } from "../entities/Profile";
|
import { Profile } from "../entities/Profile";
|
||||||
import {
|
import { ProfileGovernment, UpdateProfileGovernment } from "../entities/ProfileGovernment";
|
||||||
CreateProfileGovernment,
|
|
||||||
ProfileGovernment,
|
|
||||||
UpdateProfileGovernment,
|
|
||||||
} from "../entities/ProfileGovernment";
|
|
||||||
import { Position } from "../entities/Position";
|
import { Position } from "../entities/Position";
|
||||||
import { PosMaster } from "../entities/PosMaster";
|
import { PosMaster } from "../entities/PosMaster";
|
||||||
import { calculateAge, calculateRetireDate } from "../interfaces/utils";
|
import { calculateAge, calculateRetireDate } from "../interfaces/utils";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue