We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49da3a5 commit b53e75aCopy full SHA for b53e75a
1 file changed
packages/app-backend-core/src/perf.ts
@@ -62,11 +62,11 @@ export async function performanceMarkStart (
62
}
63
64
const markEndQueue = new Map<string, {
65
- app: App,
66
- uid: number,
67
- instance: ComponentInstance,
68
- type: string,
69
- time: number,
+ app: App
+ uid: number
+ instance: ComponentInstance
+ type: string
+ time: number
70
}>()
71
72
export async function performanceMarkEnd (
0 commit comments