Skip to content

Commit

Permalink
add date to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 1, 2024
1 parent 6aa930a commit 3973772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/replyAttestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ${baseAttestationScan + attestationHash}`,
replyTo: praiseHash,
}
);
console.log("Replied with Attestation URL!");
console.log("Replied with Attestation URL! Date: " + new Date().toISOString());
return new Response('Attestation URL sent!', { status: 200 });
}

Expand Down

0 comments on commit 3973772

Please sign in to comment.