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 ab2ea72 commit 5b37f01Copy full SHA for 5b37f01
src/tests/integration/factories/workspaceDataFactory.ts
@@ -45,7 +45,7 @@ export class WorkspaceDataFactory {
45
46
47
// Performance tracking
48
- startTimer(operation: string): number {
+ startTimer(): number {
49
return Date.now();
50
}
51
0 commit comments