Skip to content

Commit f3660d9

Browse files
SilviaAmAmsvenvandescheur
authored andcommitted
🚧 [#227] Update type for assignee
1 parent 65d0d81 commit f3660d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/lib/api/destructionLists.ts

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export type DestructionList = {
2020

2121
export type DestructionListAssignee = {
2222
user: User;
23-
order: number;
2423
};
2524

2625
// An array to be used in various parts of the application.
@@ -51,7 +50,6 @@ export type DestructionListUpdateData = {
5150

5251
export type DestructionListAssigneeUpdate = {
5352
user: number;
54-
order: number;
5553
};
5654

5755
export type DestructionListItemUpdate = {

0 commit comments

Comments
 (0)