Skip to content

Commit 2ef7c1e

Browse files
committed
chore: add env var to the list
1 parent 0c9dff6 commit 2ef7c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apify_shared/consts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ class MetaOrigin(str, Enum):
309309
ApifyEnvVars.IS_AT_HOME,
310310
ApifyEnvVars.PERSIST_STORAGE,
311311
ApifyEnvVars.PURGE_ON_START,
312+
ApifyEnvVars.USER_IS_PAYING,
312313
]
313314

314315
BOOL_ENV_VARS: list[BOOL_ENV_VARS_TYPE] = list(get_args(BOOL_ENV_VARS_TYPE))

0 commit comments

Comments
 (0)