mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 10:57:19 +08:00
8 lines
183 B
JavaScript
8 lines
183 B
JavaScript
const { decorateUserField } = require('./util');
|
|
|
|
const UsernameStatusHistory = {};
|
|
|
|
decorateUserField(UsernameStatusHistory, 'assigned_by');
|
|
|
|
module.exports = UsernameStatusHistory;
|