mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-14 13:38:39 -05:00
format
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user