From 0fd33fabd34e98593a8c63b6d929a1272332db76 Mon Sep 17 00:00:00 2001 From: Taylor Beseda Date: Mon, 22 Jan 2024 19:01:29 -0700 Subject: [PATCH] add region param type to client.env.add options --- src/index.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.cjs b/src/index.cjs index 439ea0a..431f05e 100644 --- a/src/index.cjs +++ b/src/index.cjs @@ -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')