We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdf32e commit eb288ebCopy full SHA for eb288eb
components/server/src/orgs/organization-service.ts
@@ -326,7 +326,8 @@ export class OrganizationService {
326
}
327
328
/**
329
- * Conveniece method, analogue to UserService.createUser()
+ * Convenience method, analogue to UserService.createUser()
330
+``
331
*/
332
public async createOrgOwnedUser(params: CreateUserParams & { organizationId: string }): Promise<User> {
333
return this.userDB.transaction(async (_, ctx) => {
0 commit comments