From 00923e68da8d8742ab10f18063c7942ab6ff0efd Mon Sep 17 00:00:00 2001 From: Phoebe Lartisant Date: Fri, 27 Sep 2024 13:05:07 +0200 Subject: [PATCH] fmt --- cli/src/commands/upload.ts | 1 + cli/src/commands/utils.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/src/commands/upload.ts b/cli/src/commands/upload.ts index 58cb962..18a8004 100644 --- a/cli/src/commands/upload.ts +++ b/cli/src/commands/upload.ts @@ -34,6 +34,7 @@ export const uploadCommand = new Command('upload') DEFAULT_CHUNK_SIZE.toString() ) .action(async (websiteDirPath, options, command) => { + // TODO: follow up on command.optsWithGlobals() vs command.parent?.opts() let globalOptions = command.optsWithGlobals() // throw if global options are not defined diff --git a/cli/src/commands/utils.ts b/cli/src/commands/utils.ts index 8916c23..ec92278 100644 --- a/cli/src/commands/utils.ts +++ b/cli/src/commands/utils.ts @@ -11,7 +11,7 @@ import { parse as yamlParse } from 'yaml' const KEY_ENV_NAME = 'SECRET_KEY' -//TODO: add tests +// TODO: add tests /** * Make a provider from the node URL and secret key