mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
const {decorateUserField} = require('./util');
|
|
|
|
const UsernameStatusHistory = {};
|
|
|
|
decorateUserField(UsernameStatusHistory, 'assigned_by');
|
|
|
|
module.exports = UsernameStatusHistory;
|