Skip to content

Commit

Permalink
Fixing a typo in Opsgenie EU URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelchev committed Aug 11, 2020
1 parent c8c31b4 commit 5f0fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var popupData = {}
var latestAlertDate

var OPSGENIE_API = "https://api.opsgenie.com/"
var OPSGENIE_API_EU = "https://api.eu.opgenie.com"
var OPSGENIE_API_EU = "https://api.eu.opsgenie.com/"

var executeWithInterval

Expand Down

0 comments on commit 5f0fb4a

Please sign in to comment.