Use single quotes for identifiers
This commit is contained in:
parent
819671a23a
commit
24f4ad53bc
15 changed files with 73 additions and 73 deletions
|
@ -496,7 +496,7 @@ async function writeAttachment(attachment, options) {
|
|||
}
|
||||
|
||||
if (!Attachment.hasData(attachment)) {
|
||||
throw new TypeError('"attachment.data" is required');
|
||||
throw new TypeError("'attachment.data' is required");
|
||||
}
|
||||
|
||||
const ciphertext = await crypto.encryptSymmetric(key, attachment.data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue