mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
refactor: rename owner to createdBy
This commit is contained in:
@@ -277,8 +277,8 @@ export class ChatService {
|
||||
size,
|
||||
type,
|
||||
context: 'subscriber_avatar',
|
||||
ownerType: 'Subscriber',
|
||||
owner: subscriber.id,
|
||||
createdByRef: 'Subscriber',
|
||||
createdBy: subscriber.id,
|
||||
});
|
||||
|
||||
if (avatar) {
|
||||
|
||||
Reference in New Issue
Block a user