Logo
Explore Help
Register Sign In
EPESS/epess-web-backend
1
0
Fork 0
You've already forked epess-web-backend
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
77f44a891fea0a6d909c106c59e377acefb8a783
epess-web-backend/src/WorkshopMeetingRoom/workshopmeetingroom.module.ts
Ly Tuan Kiet 77f44a891f Refactor CollaborationSession and Document schemas to improve code clarity and functionality. Enhance error handling in collaboration session retrieval and update logic. Introduce new request sync events in Document schema and update Minio service for document page management. Adjust cron job to use current date for future schedule date checks. Update user schema for better error handling and improve service descriptions in order schema. Remove global decorators from Workshop modules for better module encapsulation.
2024-11-27 06:48:49 +07:00

9 lines
259 B
TypeScript
Raw Blame History

import { Module, Global } from '@nestjs/common'
import { WorkshopMeetingRoomSchema } from './workshopmeetingroom.schema'
@Module({
providers: [WorkshopMeetingRoomSchema],
exports: [WorkshopMeetingRoomSchema],
})
export class WorkshopMeetingRoomModule {}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 31ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API