enable automatic infer of return type
This commit is contained in:
@@ -36,8 +36,7 @@ export class UmbDashboardPerformanceProfilingElement extends LitElement {
|
||||
}
|
||||
|
||||
private async _getProfilingStatus() {
|
||||
|
||||
const {data} = await tryExecuteAndNotify<ProfilingStatus>(this, ProfilingResource.getProfilingStatus());
|
||||
const { data } = await tryExecuteAndNotify(this, ProfilingResource.getProfilingStatus());
|
||||
|
||||
if (data) {
|
||||
this._profilingStatus = data.enabled;
|
||||
|
||||
Reference in New Issue
Block a user