Skip to content

Commit

Permalink
fix: spell check issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jainpawan21 committed Oct 24, 2023
1 parent bfa60d2 commit d7518ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -74,5 +74,5 @@ export class MemberResponseDto {

@ApiProperty()
@IsString()
_organisationId: string;
_organizationId: string;
}
2 changes: 1 addition & 1 deletion apps/api/src/app/organization/organization.controller.ts
Expand Up @@ -42,7 +42,7 @@ import { UpdateMemberRolesDto } from './dtos/update-member-roles.dto';
import { ExternalApiAccessible } from '../auth/framework/external-api.decorator';
import { ApiResponse } from '../shared/framework/response.decorator';
import { OrganizationBrandingResponseDto, OrganizationResponseDto } from './dtos/organization-response.dto';
import { MemberResponseDto } from './dtos/member-repsonse.dto';
import { MemberResponseDto } from './dtos/member-response.dto';
@Controller('/organizations')
@UseInterceptors(ClassSerializerInterceptor)
@UseGuards(JwtAuthGuard)
Expand Down

0 comments on commit d7518ee

Please sign in to comment.