Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: saleel <[email protected]>
  • Loading branch information
2 people authored and SoraSuegami committed Sep 1, 2024
1 parent 4744e4d commit 1681ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpers/src/lib/mailauth/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const formatSignatureHeaderLine = (

async function resolveDNSHTTP(name: string, type: string) {
if (type !== "TXT") {
throw new Error("DKIM record type is TXT");
throw new Error("DKIM record type is not TXT");
}
const DKIMRecord = await DoH.resolveDKIMPublicKey(name, DoHServer.Google);
if (!DKIMRecord) {
Expand Down

0 comments on commit 1681ddb

Please sign in to comment.