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 d32aef3 commit a766e3cCopy full SHA for a766e3c
src/alerts/service-alerts.ts
@@ -9,7 +9,7 @@ import { Alert } from './Alert';
9
10
export const getServiceAlerts = async (): Promise<Alert[]> => {
11
const serviceAlerts = isScientificServices()
12
- ? await FirecloudBucket().getTeaspoonsAlerts()
+ ? await FirecloudBucket().getTeaspoonsServiceAlerts()
13
: await FirecloudBucket().getServiceAlerts();
14
const hashes = await Promise.all(_.map(_.flow(JSON.stringify, Utils.sha256), serviceAlerts));
15
const severityMap = {
0 commit comments