Fix error
This commit is contained in:
parent
47bd485a39
commit
b8aad35009
2 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
|
|||
cacheRemoteFiles: instance.cacheRemoteFiles,
|
||||
enableRecaptcha: instance.enableRecaptcha,
|
||||
recaptchaSiteKey: instance.recaptchaSiteKey,
|
||||
swPublickey: config.sw ? config.sw.public_key : null,
|
||||
swPublickey: null,
|
||||
bannerUrl: instance.bannerUrl,
|
||||
errorImageUrl: instance.errorImageUrl,
|
||||
maxNoteTextLength: instance.maxNoteTextLength,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue