Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Sep 27, 2024
1 parent afdcd24 commit 63c1b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli/src/commands/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Check failure on line 37 in cli/src/commands/upload.ts

View workflow job for this annotation

GitHub Actions / lint-cli

Expected exception block, space or tab after '//' in comment
let globalOptions = command.optsWithGlobals()

// throw if global options are not defined
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63c1b35

Please sign in to comment.