mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(typo): enviroment -> environment
This commit is contained in:
@@ -96,7 +96,7 @@ export const apiChangePostgresStatus = createSchema
|
||||
})
|
||||
.required();
|
||||
|
||||
export const apiSaveEnviromentVariablesPostgres = createSchema
|
||||
export const apiSaveEnvironmentVariablesPostgres = createSchema
|
||||
.pick({
|
||||
postgresId: true,
|
||||
env: true,
|
||||
|
||||
Reference in New Issue
Block a user