mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
sync service
This commit is contained in:
@@ -254,7 +254,7 @@ namespace Bit.Core.Services
|
||||
|
||||
#region Sync APIs
|
||||
|
||||
public Task<SyncResponse> GetSyncAsync(string id)
|
||||
public Task<SyncResponse> GetSyncAsync()
|
||||
{
|
||||
return SendAsync<object, SyncResponse>(HttpMethod.Get, "/sync", null, true, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user