Fix onboarding #169
Merged
Fix onboarding #169
Annotations
10 warnings
|
Lint:
src/modules/database/database.module.ts#L15
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
|
Lint:
src/modules/database/database.module.ts#L14
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Lint:
src/modules/database/database.module.ts#L14
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
|
Lint:
src/modules/database/database.module.ts#L10
Async method 'useFactory' has no 'await' expression
|
|
Lint:
src/modules/company/dto/create-company.dto.ts#L10
'ValidateNested' is defined but never used
|
|
Lint:
src/modules/company/dto/create-company.dto.ts#L9
'MaxLength' is defined but never used
|
|
Lint:
src/modules/company/dto/create-company.dto.ts#L7
'IsOptional' is defined but never used
|
|
Lint:
src/modules/company/dto/create-company.dto.ts#L4
'IsBoolean' is defined but never used
|
|
Lint:
src/modules/company/dto/create-company.dto.ts#L2
'Type' is defined but never used
|
|
Lint:
src/modules/company/dto/create-company.dto.ts#L1
'ApiPropertyOptional' is defined but never used
|
Loading