Skip to content

Commit

Permalink
fix(azure): Adds file to origins obj
Browse files Browse the repository at this point in the history
Closes #2212
  • Loading branch information
Alissonsz committed Jun 9, 2023
1 parent dcfa263 commit 30e3b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ export default {
},
'azure.com': {
url: '*://*.azure.com/*',
name: 'VisualStudio / Azure DevOps'
name: 'VisualStudio / Azure DevOps',
file: 'visualstudio.js'
},
'app.vivifyscrum.com': {
url: '*://app.vivifyscrum.com/*',
Expand Down

0 comments on commit 30e3b6f

Please sign in to comment.