👕 Fix lint issue
This commit is contained in:
@@ -2,7 +2,7 @@ import { IHourlyRateDto, IMembershipDto } from './CommonDtos';
|
||||
|
||||
enum EstimateEnum {
|
||||
AUTO = "AUTO",
|
||||
MANUAL = "MANUAL"
|
||||
MANUAL = "MANUAL",
|
||||
}
|
||||
|
||||
interface IEstimateDto {
|
||||
@@ -42,7 +42,7 @@ export interface IProjectRequest {
|
||||
|
||||
enum TaskStatusEnum {
|
||||
ACTIVE = 'ACTIVE',
|
||||
DONE = 'DONE'
|
||||
DONE = 'DONE',
|
||||
}
|
||||
|
||||
export interface ITaskDto {
|
||||
|
||||
Reference in New Issue
Block a user