Skip to content

Commit

Permalink
add region param type to client.env.add options
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Jan 23, 2024
1 parent df4fcb0 commit 0fd33fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module.exports = {
env: {
/**
* @description add an environment
* @param {BaseParams & UniqueApp & {name: string, envName: string}} options
* @param {BaseParams & UniqueApp & {name: string, envName: string, region: string}} options
*/
async add ({ token, appID, name, envName, region, _staging }) {
if (!appID) throw Error('missing_appID')
Expand Down

0 comments on commit 0fd33fa

Please sign in to comment.