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 a06bc2b commit 11f15bbCopy full SHA for 11f15bb
x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/synthetics_service.ts
@@ -649,7 +649,7 @@ export class SyntheticsService {
649
return paramsBySpace;
650
}
651
652
- async getMaintenanceWindows() {
+ async getMaintenanceWindows(spaceId: string) {
653
const { savedObjects } = this.server.coreStart;
654
const soClient = savedObjects.createInternalRepository([MAINTENANCE_WINDOW_SAVED_OBJECT_TYPE]);
655
0 commit comments