Skip to content

Commit a766e3c

Browse files
author
Jose Soto
committed
shoudl probably use the same function name in both places....
1 parent d32aef3 commit a766e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alerts/service-alerts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Alert } from './Alert';
99

1010
export const getServiceAlerts = async (): Promise<Alert[]> => {
1111
const serviceAlerts = isScientificServices()
12-
? await FirecloudBucket().getTeaspoonsAlerts()
12+
? await FirecloudBucket().getTeaspoonsServiceAlerts()
1313
: await FirecloudBucket().getServiceAlerts();
1414
const hashes = await Promise.all(_.map(_.flow(JSON.stringify, Utils.sha256), serviceAlerts));
1515
const severityMap = {

0 commit comments

Comments
 (0)