Skip to content

Commit

Permalink
feat: remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Schmidt <[email protected]>
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
Persists and PatrickSchm1dt committed Jun 20, 2024
1 parent 031bcad commit 8cf4a79
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ export class CreateCaseComponent implements OnInit {
priority: formData.selectPriority,
createdBy: formData.email,
eTag: faker.string.alphanumeric(10),

/**
* @PatrickSchm1dt
* I'm not sure if this is the correct way to get the assetId
*/
assetId: formData.selectFacility,
};
}
Expand Down

0 comments on commit 8cf4a79

Please sign in to comment.