1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 03:33:35 +00:00

apple data for push notifications

This commit is contained in:
Kyle Spearrin
2016-06-30 00:35:17 -04:00
parent 00d79d0fff
commit 731e1bcf46
2 changed files with 42 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ namespace Bit.Api.Models
FolderId = cipher.FolderId?.ToString();
Type = cipher.Type;
Favorite = cipher.Favorite;
Data = cipher.Data;
RevisionDate = cipher.RevisionDate;
switch(cipher.Type)