mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Missing CartService Changes
This commit is contained in:
@@ -21,7 +21,7 @@ export class CartService {
|
||||
throw new Error('Not Implemented');
|
||||
}
|
||||
|
||||
canAddItem(processId: number, availability: OLAAvailabilityDTO): Promise<boolean> {
|
||||
canAddItem(processId: number, availability: OLAAvailabilityDTO): Promise<true | string> {
|
||||
throw new Error('Not Implemented');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user