Skip to content

Commit

Permalink
Merge branch 'dev' into claire_classes_ArcGIS_parameters
Browse files Browse the repository at this point in the history
KatKatKateryna committed Nov 5, 2024
2 parents 7d12302 + b7f0f5d commit 9faedac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ CancellationToken cancellationToken
using var userScope = ActivityScope.SetTag(Consts.USER_ID, account.GetHashedEmail());

var version = await apiClient
.Version.Get(receiveInfo.SelectedVersionId, receiveInfo.ModelId, receiveInfo.ProjectId, cancellationToken)
.Version.Get(receiveInfo.SelectedVersionId, receiveInfo.ProjectId, cancellationToken)
.ConfigureAwait(false);

using var transport = _serverTransportFactory.Create(account, receiveInfo.ProjectId);

0 comments on commit 9faedac

Please sign in to comment.