Skip to content

Commit

Permalink
fix: another type error supression
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed May 24, 2024
1 parent d474d60 commit 7f6d155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/env/env-get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const envGet = async (name: string, options: OptionValues, command: BaseC
const { siteInfo } = cachedConfig
const env = await getEnvelopeEnv({ api, context, env: cachedConfig.env, key: name, scope, siteInfo })

// @ts-expect-error TS(7053) - Element implicitly has an 'any' type
const { value } = env[name] || {}

// Return json response for piping commands
Expand Down

0 comments on commit 7f6d155

Please sign in to comment.