tvkitchen / appliances

A one stop shop for official TV Kitchen Appliances
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Remove method arrow functions from core #100

Closed slifty closed 3 years ago

slifty commented 3 years ago

Task

Description

There is a new version of IAppliance which removes the incorrect use of arrow functions in the appliance class methods. This means we need to update our AbstractAppliance to do the same.

Related Issues