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 9741538 commit 50223a2Copy full SHA for 50223a2
src/providers/OpsGenieAlertProvider.ts
@@ -33,7 +33,7 @@ export class OpsGenieAlertProvider implements AlertProviderInterface {
33
public async findAlert(clientId: string): Promise<Alert> {
34
const opsgenieAlert: any = await new Promise((resolve, reject) => {
35
opsGenie.alertV2.get({
36
- identifier: clientId + 'fake',
+ identifier: clientId,
37
identifierType: 'alias',
38
}, (error, response) => {
39
if (!error) {
0 commit comments