Skip to content

Commit

Permalink
fix bug caught by Graphite
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 17, 2024
1 parent 5d4a6a5 commit 16f4333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.Harmony/SyncHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static async Task<SyncResults> SyncWithResourceUpload(this DataModel loca
IRemoteResourceService remoteResourceService,
Guid localClientId)
{
await resourceService.UploadPendingResource(localClientId, localClientId, remoteResourceService);
await resourceService.UploadPendingResources(localClientId, remoteResourceService);
return await localModel.SyncWith(remoteModel);
}

Expand Down

0 comments on commit 16f4333

Please sign in to comment.