add product id
This commit is contained in:
parent
620aac9b67
commit
b0ede5fa19
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue