From 338f7fe79c57284b4dd6a401517c7558dcb81f4b Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Sat, 1 Feb 2025 04:42:42 +0000 Subject: [PATCH] Link issue --- index.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.mjs b/index.mjs index 0e0179a..8c16a28 100644 --- a/index.mjs +++ b/index.mjs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// TODO: IMPORTANT... links aren't showing previews on Bsky + import "dotenv/config"; import { appendFileSync, existsSync, readFileSync, unlinkSync, writeFileSync, createWriteStream } from 'fs'; import { finished } from 'stream/promises';