Skip to content

Commit 0232f41

Browse files
hjgracadreamorosi
andauthored
Update libraries/src/AWS.Lambda.Powertools.Common/Core/PowertoolsEnvironment.cs
Co-authored-by: Andrea Amorosi <[email protected]> Signed-off-by: Henrique Graca <[email protected]>
1 parent 0da98f7 commit 0232f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/AWS.Lambda.Powertools.Common/Core/PowertoolsEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ internal static string ParseAssemblyName(string assemblyName)
134134
return $"{Constants.FeatureContextIdentifier}/{name}";
135135
});
136136
}
137-
catch (Exception e)
137+
catch (Exception)
138138
{
139139
return string.Empty;
140140
}

0 commit comments

Comments
 (0)