diff options
Diffstat (limited to 'bg/ExternalLicenses.js')
-rw-r--r-- | bg/ExternalLicenses.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bg/ExternalLicenses.js b/bg/ExternalLicenses.js index 6d35863..f9da5b4 100644 --- a/bg/ExternalLicenses.js +++ b/bg/ExternalLicenses.js @@ -26,7 +26,7 @@ 'use strict'; -const { licenses } = require('../common/license_definitions') +const licenses = require('../common/license_definitions.json') const licensesByLabel = new Map(Object.entries(licenses).map(([id, license]) => [ [license.identifier.toUpperCase(), license], |