Skip to content

Commit 867872b

Browse files
committed
Fix json extension bug on Net
1 parent c920fa2 commit 867872b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • dotnet/src/extensions/gam/src/DotNetFramework/GamUtils/Utils/Keys

dotnet/src/extensions/gam/src/DotNetFramework/GamUtils/Utils/Keys/PublicKeyExt.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ private static string FixType(string input)
164164
{
165165
return "json";
166166
}
167+
168+
}
169+
else if (extension.Contains("}"))
170+
{
171+
return "json";
167172
}
168173
else
169174
{

0 commit comments

Comments
 (0)