Workaround to fix #497

This commit is contained in:
Grishka
2023-01-18 18:41:48 +03:00
parent ab3a98fd60
commit af1c7194e6
3 changed files with 18 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ public class PushSubscription extends BaseModel implements Cloneable{
", endpoint='"+endpoint+'\''+
", alerts="+alerts+
", serverKey='"+serverKey+'\''+
", policy="+policy+
'}';
}