1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 05:03:39 +00:00

rename UserPushNotification

This commit is contained in:
Kyle Spearrin
2018-08-28 08:47:47 -04:00
parent 1ec31c6899
commit 430e4dd445
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ namespace Bit.App.Models
public DateTime RevisionDate { get; set; }
}
public class SyncUserPushNotification
public class UserPushNotification
{
public string UserId { get; set; }
public DateTime Date { get; set; }