add product id

This commit is contained in:
Tibor Tarnai 2019-12-11 13:24:39 +01:00
parent 620aac9b67
commit b0ede5fa19

View file

@ -92,7 +92,7 @@ public class TamagotchiService {
private void sendTamagotchiDefunctNotifiction(String id) {
_ Device device = deviceRegistry.get(id);
Device device = deviceRegistry.get(id);
if (device == null || device.getId() == null || device.getOwner() == null) {
return;
}