feat: implement connection request management including schema, API endpoints, and business logic for users and agents.
This commit is contained in:
@@ -228,7 +228,8 @@ export class ProfileFieldsService {
|
||||
|
||||
await this.prisma.$transaction(operations);
|
||||
|
||||
return { success: true, updated: updates.length };
|
||||
// Return raw data - TransformInterceptor will wrap it
|
||||
return { updated: updates.length };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user