nodebb-plugin-onekite-calendar 2.0.45 → 2.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api.js +0 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
package/lib/api.js
CHANGED
|
@@ -544,7 +544,6 @@ const api = {};
|
|
|
544
544
|
// --------------------
|
|
545
545
|
// Calendar export helpers (ICS / Google Calendar template link)
|
|
546
546
|
// --------------------
|
|
547
|
-
const nconf = require.main.require('nconf');
|
|
548
547
|
function baseUrl() {
|
|
549
548
|
try {
|
|
550
549
|
return String(nconf.get('url') || '').replace(/\/$/, '');
|
package/package.json
CHANGED
package/plugin.json
CHANGED