This commit is contained in:
Alex Holliday
2026-03-06 09:16:22 -08:00
parent 69e98a51ec
commit 990dc7875a
13 changed files with 0 additions and 13 deletions
@@ -194,4 +194,3 @@ export class CheckService implements ICheckService {
throw new AppError({ message: "Not implemented", service: SERVICE_NAME, method: "updateChecksTTL", status: 500, details: { teamId, ttl } });
};
}
@@ -107,4 +107,3 @@ export class DiagnosticService implements IDiagnosticService {
return diagnostics;
};
}
@@ -188,4 +188,3 @@ export class GeoChecksService implements IGeoChecksService {
return result;
};
}
@@ -266,4 +266,3 @@ export class IncidentService implements IIncidentService {
}
};
}
@@ -94,4 +94,3 @@ export class InviteService implements IInviteService {
return await this.invitesRepository.findByToken(inviteToken);
};
}
@@ -96,4 +96,3 @@ export class MaintenanceWindowService implements IMaintenanceWindowService {
return await this.maintenanceWindowsRepository.updateById(id, teamId, body);
};
}
@@ -289,4 +289,3 @@ export class SuperSimpleQueue implements ISuperSimpleQueue {
});
};
}
@@ -412,4 +412,3 @@ export class SuperSimpleQueueHelper implements ISuperSimpleQueueHelper {
return decision;
}
}
@@ -177,4 +177,3 @@ export class BufferService implements IBufferService {
}
}
}
@@ -178,4 +178,3 @@ export class EmailService implements IEmailService {
}
};
}
@@ -206,4 +206,3 @@ export class GlobalPingService implements IGlobalPingService {
return new Promise((resolve) => setTimeout(resolve, ms));
}
}
@@ -197,4 +197,3 @@ export class NetworkService implements INetworkService {
}
}
}
@@ -74,4 +74,3 @@ export class SettingsService implements ISettingsService {
return settings;
};
}