From c82020ff98e1754aa3e752fd89861a3030820c39 Mon Sep 17 00:00:00 2001 From: Chalapala RaghavendraReddy Date: Sat, 11 Jan 2025 03:02:40 +0530 Subject: [PATCH] removed unnessasary thing --- src/LCT.Common/Constants/FileConstant.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LCT.Common/Constants/FileConstant.cs b/src/LCT.Common/Constants/FileConstant.cs index 5284242b..c3d80954 100644 --- a/src/LCT.Common/Constants/FileConstant.cs +++ b/src/LCT.Common/Constants/FileConstant.cs @@ -48,7 +48,6 @@ public static class FileConstant public static readonly string DockerCMDTool = Path.Combine(@"/bin/bash"); public const string PackageJsonFileName = "package.json"; public const string appSettingFileName = "appSettings.json"; - public const string appSettingFile = "appSett.json"; public const string CycloneDXFileExtension = ".cdx.json"; public const string SBOMTemplateFileExtension = "CATemplate.cdx.json"; public const string NugetAssetFile = "project.assets.json";