Skip to content

Commit

Permalink
Remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
toupper committed Dec 4, 2024
1 parent ec0773b commit f1529b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ class ProductRestClient @Inject constructor(
}

if (globalUniqueIdSearchQuery.isNullOrEmpty().not()) {
params["global_unique_id"] = globalUniqueIdSearchQuery!!
params["global_unique_id"] = globalUniqueIdSearchQuery!!
}

return params
Expand Down

0 comments on commit f1529b3

Please sign in to comment.