Skip to content

Commit abbcddc

Browse files
committed
Small wording nit
1 parent 8c02113 commit abbcddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/development/permissions/migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If the existing contents of the named storage are critical for your Actor to kee
140140

141141
### The Actor needs to know whether the user is paying
142142

143-
Some Actors have different logic for free and paying users. Previously you could retrieve this information by calling the `/users/me` API endpoint. However, Actors running under limited permissions don't have access to that endpoint, to get this information, your Actor should read the `APIFY_USER_IS_PAYING` environment variable, or directly use the SDK to obtain the value:
143+
Some Actors have different logic for free and paying users. Previously you could retrieve this information by calling the `/users/me` API endpoint. However, Actors running under limited permissions don't have access to that endpoint. To get this information, your Actor should read the `APIFY_USER_IS_PAYING` environment variable, or directly use the SDK to obtain the value:
144144

145145
```ts
146146
const { userIsPaying } = Actor.getEnv();

0 commit comments

Comments
 (0)