Skip to content

removing TYPE_FOOD from cron #144

@vendz

Description

@vendz

if (bookingType == TYPE_FOOD) {

Can we directly use:

if (bookingType == TYPE_BREAKFAST || bookingType == TYPE_LUNCH || bookingType == TYPE_DINNER ) {

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions