Skip to content

Commit 66451f8

Browse files
committed
Fixed mapping bug
1 parent 231c336 commit 66451f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cofoundry.Plugins.ErrorLogging/Domain/Queries/GetErrorDetailsByIdQueryHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public async Task<ErrorDetails> ExecuteAsync(GetByIdQuery<ErrorDetails> query, I
3939
QueryString = e.QueryString,
4040
Session = e.QueryString,
4141
Source = e.Source,
42-
StackTrace = e.QueryString,
42+
StackTrace = e.StackTrace,
4343
Target = e.Target,
4444
Url = e.Url,
4545
UserAgent = e.UserAgent

0 commit comments

Comments
 (0)