fix: typo in getEnvironment (#2434)
This commit is contained in:
@@ -540,6 +540,6 @@ export function updateEnvironmentVariable(
|
||||
})
|
||||
}
|
||||
|
||||
export function getEnviroment(index: number) {
|
||||
export function getEnvironment(index: number) {
|
||||
return environmentsStore.value.environments[index]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user