diff --git a/ts/types/attachments/migrations.ts b/ts/types/attachments/migrations.ts index 74353e6e7..d2bae6eb2 100644 --- a/ts/types/attachments/migrations.ts +++ b/ts/types/attachments/migrations.ts @@ -150,7 +150,7 @@ const handleDiskDeletion = async (path: string) => { try { const exists = await pathExists(path); - // Note we want to confirm the path no longer exists + // NOTE we want to confirm the path no longer exists if (exists) { throw Error('Error: File path still exists.'); }