Remove invalid "this." from keycloak-admin-client README (#28696)

Closes #28704

Signed-off-by: Paul Köck <paul@koeck.dev>
This commit is contained in:
Paul Koeck 2024-04-15 12:45:10 +02:00 committed by GitHub
parent d2fd6bd221
commit 0f88753f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ const groups = await kcAdminClient.groups.find();
// Set a `realm` property to override the realm for only a single operation. // Set a `realm` property to override the realm for only a single operation.
// For example, creating a user in another realm: // For example, creating a user in another realm:
await this.kcAdminClient.users.create({ await kcAdminClient.users.create({
realm: 'a-third-realm', realm: 'a-third-realm',
username: 'username', username: 'username',
email: 'user@example.com', email: 'user@example.com',