Unverified Commit 56b46d44 authored by Hong Minhee's avatar Hong Minhee
Browse files
parent eff3accf
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -350,7 +350,8 @@ export class FedifySpanExporter implements SpanExporter {
    ) {
      signatureDetails = {
        httpSignaturesVerified: httpSigVerified === true,
        httpSignaturesKeyId: typeof httpSigKeyId === "string"
        httpSignaturesKeyId:
          typeof httpSigKeyId === "string" && httpSigKeyId !== ""
            ? httpSigKeyId
            : undefined,
        ldSignaturesVerified: ldSigVerified === true,