Skip to content

Commit

Permalink
RavenDB-22429 Fixing studio compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
arekpalinski committed Dec 12, 2024
1 parent e466ec7 commit a82664d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AmazonSqsBasicModel {
}
}

update(dto: Raven.Client.Documents.Operations.ETL.Queue.Basic) {
update(dto: Raven.Client.Documents.Operations.ETL.Queue.AmazonSqsCredentials) {
this.accessKey(dto.AccessKey);
this.secretKey(dto.SecretKey);
this.regionName(dto.RegionName);
Expand Down

0 comments on commit a82664d

Please sign in to comment.