Skip to content

Commit

Permalink
fix(origins): Fix bad origin in Xero's entry (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofmn authored Jan 25, 2022
1 parent 01076bc commit a8ac00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ export default {
name: 'Wunderlist'
},
'xero.com': {
url: ''*://*.xero.com/*'',
url: '*://*.xero.com/*',
name: 'Xero',
file: 'xero.js'
},
Expand Down

0 comments on commit a8ac00f

Please sign in to comment.