Skip to content

Commit

Permalink
Update v4_MIGRATION_GUIDE.md (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Oct 4, 2023
2 parents 7c135f7 + 1dd93c8 commit 85c2c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const usersAlso = await management.users.getAll();
| `updateTenantSettings` | `tenant.updateSettings` |
| `getJob` | `jobs.get` |
| `importUsers` | `jobs.importUsers` |
| `importUsersJob` | `jobs.importUsersJob` |
| `importUsersJob` | `jobs.importUsers` |
| `exportUsers` | `jobs.exportUsers` |
| `getJobErrors` | `jobs.errors` |
| `sendEmailVerification` | `jobs.verifyEmail` |
Expand Down

0 comments on commit 85c2c2c

Please sign in to comment.