mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 06:46:42 +02:00
Fix wrong type
import, make auth and chat work
This commit is contained in:
parent
b8f9bc107c
commit
9c47119535
261 changed files with 24453 additions and 443 deletions
|
|
@ -11,13 +11,13 @@ import {
|
|||
HttpStatus,
|
||||
} from '@nestjs/common';
|
||||
import { BetterAuthService } from './services/better-auth.service';
|
||||
import { type RegisterDto } from './dto/register.dto';
|
||||
import { type LoginDto } from './dto/login.dto';
|
||||
import { type RefreshTokenDto } from './dto/refresh-token.dto';
|
||||
import { type RegisterB2BDto } from './dto/register-b2b.dto';
|
||||
import { type InviteEmployeeDto } from './dto/invite-employee.dto';
|
||||
import { type AcceptInvitationDto } from './dto/accept-invitation.dto';
|
||||
import { type SetActiveOrganizationDto } from './dto/set-active-organization.dto';
|
||||
import { RegisterDto } from './dto/register.dto';
|
||||
import { LoginDto } from './dto/login.dto';
|
||||
import { RefreshTokenDto } from './dto/refresh-token.dto';
|
||||
import { RegisterB2BDto } from './dto/register-b2b.dto';
|
||||
import { InviteEmployeeDto } from './dto/invite-employee.dto';
|
||||
import { AcceptInvitationDto } from './dto/accept-invitation.dto';
|
||||
import { SetActiveOrganizationDto } from './dto/set-active-organization.dto';
|
||||
import { JwtAuthGuard } from '../common/guards/jwt-auth.guard';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue