Skip to content

Commit c3bec5b

Browse files
committed
Fixed typo
1 parent 9563e38 commit c3bec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Linq2GraphQL.Client/Common/CustomScalar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class CustomScalar
66

77
public override string ToString()
88
{
9-
return base.ToString();
9+
return InternalValue;
1010
}
1111

1212
public virtual string Value

0 commit comments

Comments
 (0)