Skip to content

Commit

Permalink
Trying random things
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed May 10, 2022
1 parent 117da19 commit 2f4d235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static OtlpCommon.KeyValue ToOtlpAttribute(this KeyValuePair<string, obje
case uint[]:
case long[]:
#if NETSTANDARD || NETFRAMEWORK
if (array is nint[])
if (!(array is long[]) && array is nint[])
{
return null;
}
Expand Down

0 comments on commit 2f4d235

Please sign in to comment.