Skip to content

Commit 0c9dff6

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apify_shared/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ class ApifyEnvVars(str, Enum):
171171
TOKEN = 'APIFY_TOKEN'
172172
#: USER_ID
173173
USER_ID = 'APIFY_USER_ID'
174+
#: USER_IS_PAYING
175+
USER_IS_PAYING = 'APIFY_USER_IS_PAYING'
174176
#: WORKFLOW_KEY
175177
WORKFLOW_KEY = 'APIFY_WORKFLOW_KEY'
176178

0 commit comments

Comments
 (0)