Skip to content

Commit

Permalink
Fix migration guide for tenants (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 6, 2023
1 parent 57223c7 commit 5b214df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ const usersAlso = await management.users.getAll();
| `updateEmailProvider` | `emailProvider.update` |
| `getActiveUsersCount` | `stats.getActiveUsersCount` |
| `getDailyStats` | `stats.getDaily` |
| `getTenantSettings` | `tenant.getSettings` |
| `updateTenantSettings` | `tenant.updateSettings` |
| `getTenantSettings` | `tenants.getSettings` |
| `updateTenantSettings` | `tenants.updateSettings` |
| `getJob` | `jobs.get` |
| `importUsers` | `jobs.importUsers` |
| `importUsersJob` | `jobs.importUsers` |
Expand Down

0 comments on commit 5b214df

Please sign in to comment.