Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2020-09-19 21:22:42 +02:00
parent 7754c23745
commit e492c40c30
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module.exports = (_ => {
const BDFDB = Object.assign({
started: true
}, config.info, config.rawUrl);
}, config.info, {rawUrl: config.rawUrl});
const InternalBDFDB = Object.assign({}, BDFDB, {
patchPriority: 0,