Skip to content

Commit 50223a2

Browse files
author
Nicholas Smith
committed
Remove debug code
1 parent 9741538 commit 50223a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/OpsGenieAlertProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class OpsGenieAlertProvider implements AlertProviderInterface {
3333
public async findAlert(clientId: string): Promise<Alert> {
3434
const opsgenieAlert: any = await new Promise((resolve, reject) => {
3535
opsGenie.alertV2.get({
36-
identifier: clientId + 'fake',
36+
identifier: clientId,
3737
identifierType: 'alias',
3838
}, (error, response) => {
3939
if (!error) {

0 commit comments

Comments
 (0)