1
0
mirror of synced 2025-12-23 11:54:18 -05:00

use shorthand notation (#27919)

This commit is contained in:
Peter Bengtsson
2022-05-23 14:22:44 -04:00
committed by GitHub
parent da6d8fd5e7
commit 8d4e1cda62
4 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ export async function report(error, metadata) {
]
const failbot = new Failbot({
app: HAYSTACK_APP,
backends: backends,
backends,
})
return failbot.report(error, metadata)
}