mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 23:09:26 +08:00
8 lines
180 B
JavaScript
8 lines
180 B
JavaScript
const { decorateUserField } = require('./util');
|
|
|
|
const CommentStatusHistory = {};
|
|
|
|
decorateUserField(CommentStatusHistory, 'assigned_by');
|
|
|
|
module.exports = CommentStatusHistory;
|