Update 0BDFDB.plugin.js
This commit is contained in:
parent
7754c23745
commit
e492c40c30
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue