Skip to content

Commit

Permalink
fix(origins): Fix bad origin in Xero's entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofmn committed Jan 25, 2022
1 parent 01076bc commit 93a2c62
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 93a2c62

Please sign in to comment.