Skip to content

Commit aa9e07b

Browse files
author
Freddie O'Connell
committed
No need for ToString on String.
1 parent 0cc73f0 commit aa9e07b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TinCan/StatementsQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Dictionary<String, String> ToParameterMap (TCAPIVersion version)
5959
}
6060
if (activityId != null)
6161
{
62-
result.Add("activity", activityId.ToString());
62+
result.Add("activity", activityId);
6363
}
6464
if (registration != null)
6565
{

0 commit comments

Comments
 (0)