From 126e424738f7b127e35017bedacd23acbbcee1f4 Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Fri, 20 Sep 2024 04:14:29 -0300 Subject: [PATCH] chore: add TODO --- src/lib/github.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/github.ts b/src/lib/github.ts index 318f285..19843cc 100644 --- a/src/lib/github.ts +++ b/src/lib/github.ts @@ -56,6 +56,8 @@ export function updateCloudConfiguration(): boolean { return false; } + // TODO - do not save lettersSaved on cloud + const { status } = spawnSync( `gh gist edit ${config.gistUrl} -f foji.json ${CONFIG_FILE_PATH}`, {