refactor: prepare multi-machine inventory associations
This commit is contained in:
@@ -170,9 +170,7 @@ export class CustomFieldsService {
|
||||
}
|
||||
|
||||
// Créer ou mettre à jour une valeur de champ personnalisé
|
||||
async upsertCustomFieldValue(
|
||||
dto: UpsertCustomFieldValueDto,
|
||||
) {
|
||||
async upsertCustomFieldValue(dto: UpsertCustomFieldValueDto) {
|
||||
const {
|
||||
customFieldId: rawCustomFieldId,
|
||||
customFieldName,
|
||||
|
||||
Reference in New Issue
Block a user