Bug 33408: Fix template literal

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Pedro Amorim 2023-04-12 16:30:39 +00:00 committed by Tomas Cohen Arazi
parent 741ccb6e44
commit 3296cf37f4
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -11,7 +11,7 @@ export class SysprefAPIClient extends HttpClient {
return {
get: (variable) =>
this.get({
endpoint: `/?pref=${variable}`,
endpoint: "/?pref=" + variable,
}),
update: (variable, value) =>
this.post({