|
|
|
@ -112,7 +112,7 @@ class LokiAppDotNetServerAPI {
|
|
|
|
|
|
|
|
|
|
// You cannot use null to clear the profile name
|
|
|
|
|
// the name key has to be set to know what value we want changed
|
|
|
|
|
let pName = profileName || '';
|
|
|
|
|
const pName = profileName || '';
|
|
|
|
|
|
|
|
|
|
const res = await this.serverRequest('users/me', {
|
|
|
|
|
method: 'PATCH',
|
|
|
|
|