Skip to content

Commit 0232f41

Browse files
hjgracadreamorosi
andauthored
Update libraries/src/AWS.Lambda.Powertools.Common/Core/PowertoolsEnvironment.cs
Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com> Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
1 parent 0da98f7 commit 0232f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)