Skip to content

Commit

Permalink
fix: [ANDROSDK-1940] Size parameter in requests to download images (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
taridepaco authored Nov 11, 2024
2 parents cfccaa7 + 8749e4f commit 6d38234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ internal class FileResourceService(private val client: HttpServiceClient) {
return client.get {
url("$TRACKED_ENTITY_INSTANCES/$trackedEntityInstanceUid/$trackedEntityAttributeUid/image")
parameters {
attribute(dimension, dimension)
attribute("dimension", dimension)
}
}
}
Expand Down

0 comments on commit 6d38234

Please sign in to comment.