chore(server): remove unused property (#9521)

This commit is contained in:
Jason Rasmussen
2024-05-15 15:17:48 -04:00
committed by GitHub
parent 581b467b4b
commit 73bf8f343a
18 changed files with 19 additions and 131 deletions
-1
View File
@@ -271,7 +271,6 @@ export class LibraryService {
type: dto.type,
importPaths: dto.importPaths ?? [],
exclusionPatterns: dto.exclusionPatterns ?? [],
isVisible: dto.isVisible ?? true,
});
this.logger.log(`Creating ${dto.type} library for ${dto.ownerId}}`);