Skip to content

Commit

Permalink
Revert "ASC.Files: DocumentServiceTracker: attempt to not pass callba…
Browse files Browse the repository at this point in the history
…ck for method "info""

This reverts commit 5965919.
  • Loading branch information
andreysavihin committed Dec 2, 2024
1 parent ebd8963 commit 1290873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public async Task<bool> StartTrackAsync<T>(T fileId, string docKeyForTrack, stri
callbackUrl = QueryHelpers.AddQueryString(callbackUrl, FilesLinkUtility.ShareKey, token);
}

return await documentServiceConnector.CommandAsync(CommandMethod.Info, docKeyForTrack, fileId, null);
return await documentServiceConnector.CommandAsync(CommandMethod.Info, docKeyForTrack, fileId, callbackUrl);
}

public async Task<TrackResponse> ProcessDataAsync<T>(T fileId, TrackerData fileData, string fillingSessionId)
Expand Down

0 comments on commit 1290873

Please sign in to comment.