Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Aug 1, 2024
1 parent 2b781fd commit 9043f66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const makeUserInput = async (flags, args, env): Promise<SetConfigInput> => {
}

export const validateSecretsNotEmpty = async (input) => {

if (input.secret === undefined) {
throw new Error(`A secret must be provided (--secret flag or SECRET environment variable)`)
}
Expand Down

0 comments on commit 9043f66

Please sign in to comment.