fix(typo): enviroment -> environment

This commit is contained in:
Jesse Holden
2024-05-01 18:40:18 -04:00
parent 307ae22117
commit 5657c45faf
24 changed files with 149 additions and 149 deletions

View File

@@ -96,7 +96,7 @@ export const apiChangePostgresStatus = createSchema
})
.required();
export const apiSaveEnviromentVariablesPostgres = createSchema
export const apiSaveEnvironmentVariablesPostgres = createSchema
.pick({
postgresId: true,
env: true,