Skip to content

Commit 11f15bb

Browse files
committed
fix types
1 parent a06bc2b commit 11f15bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/synthetics_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ export class SyntheticsService {
649649
return paramsBySpace;
650650
}
651651

652-
async getMaintenanceWindows() {
652+
async getMaintenanceWindows(spaceId: string) {
653653
const { savedObjects } = this.server.coreStart;
654654
const soClient = savedObjects.createInternalRepository([MAINTENANCE_WINDOW_SAVED_OBJECT_TYPE]);
655655

0 commit comments

Comments
 (0)