mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 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