aboutsummaryrefslogtreecommitdiff
path: root/BartService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BartService.cs')
-rw-r--r--BartService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BartService.cs b/BartService.cs
index 77a8e5a..5c33d26 100644
--- a/BartService.cs
+++ b/BartService.cs
@@ -152,7 +152,7 @@ namespace PagerParser.Bart {
var users = responseData.GetUserAvailabilityListResult.List
.Select(e => new BartMember() {
BartMemberId = e.UserId,
- MemberName = e.MemberName
+ MemberName = e.MemberName.Trim()
})
.ToArray();