refactor: rename context to resourceRef

This commit is contained in:
Mohamed Marrouchi
2025-01-16 08:36:21 +01:00
parent 505cd247a1
commit 3f9dd692bf
27 changed files with 153 additions and 139 deletions

View File

@@ -280,7 +280,7 @@ export class ChatService {
name: `avatar-${uuidv4()}.${extension}`,
size,
type,
context: 'subscriber_avatar',
resourceRef: 'subscriber_avatar',
access: 'private',
createdByRef: 'Subscriber',
createdBy: subscriber.id,