Skip to content

Commit

Permalink
Ajout du type et correctif de DTO equipement
Browse files Browse the repository at this point in the history
  • Loading branch information
SonofaPancak committed Sep 21, 2023
1 parent c517905 commit 3b646ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Equipment/Models/Equipment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,14 @@ class Equipment extends AbstractModel {
label: document.label ?? '',
description: document.description ?? '',
brand: document.brand ?? '',
model: document.model ?? '',
modelName: document.modelName ?? '',
slug: document.slug ?? '',
mainImage: document.mainImage ?? '',
url: document.url ?? [],
meta: document.meta ?? {},
createAt: document.createAt ?? '',
updatedAt: document.updatedAt ?? '',
type: document.type ?? '',
}
}

Expand Down
1 change: 0 additions & 1 deletion src/Equipment/index.ts

This file was deleted.

0 comments on commit 3b646ce

Please sign in to comment.