use one Archive instance for state.archive
This commit is contained in:
parent
989137342b
commit
c585c34c01
6 changed files with 14 additions and 13 deletions
|
@ -16,6 +16,9 @@ module.exports = async function(req) {
|
|||
}
|
||||
}
|
||||
return {
|
||||
archive: {
|
||||
numFiles: 0
|
||||
},
|
||||
locale,
|
||||
capabilities: { account: false },
|
||||
translate: getTranslator(locale),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue