RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/models/IntegrationHistory.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { registerModel } from '@rocket.chat/models';

import { db } from '../database/utils';
import { IntegrationHistoryRaw } from './raw/IntegrationHistory';

registerModel('IIntegrationHistoryModel', new IntegrationHistoryRaw(db));