Skip to content

Commit

Permalink
Merge pull request #257 from plivo/fix_dotnet
Browse files Browse the repository at this point in the history
duplicate key removed
  • Loading branch information
renoldthomas-plivo authored Aug 25, 2023
2 parents 237cffa + 96b5be5 commit d31d6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Plivo/Resource/Message/Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public override string ToString()
"DestinationNetwork: " + DestinationNetwork + "\n" +
"CarrierFeesRate: " + CarrierFeesRate + "\n" +
"CarrierFees: " + CarrierFees + "\n" +
"ReplacedSender: " + ReplacedSender + "\n";
"ReplacedSender: " + ReplacedSender + "\n" +
"DLTEntityID: " + DltEntityId + "\n" +
"DLTTemplateID: " + DltTemplateId + "\n" +
Expand Down

0 comments on commit d31d6d8

Please sign in to comment.