RocketChat/Rocket.Chat

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

Summary

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

import { db } from '../database/utils';
import { SmarshHistoryRaw } from './raw/SmarshHistory';

registerModel('ISmarshHistoryModel', new SmarshHistoryRaw(db));