fixup filename
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s
Details
This commit is contained in:
parent
50a0a5d4d8
commit
ea56cefe90
|
@ -3,7 +3,7 @@ const { Level } = require('level');
|
|||
const dataDir = process.env.LEVEL_DATA_DIR || 'data';
|
||||
|
||||
module.exports = {
|
||||
applicationData: new Level(`${dataDir}/applicationData}`, { valueEncoding: 'json' }),
|
||||
applicationData: new Level(`${dataDir}/applicationData`, { valueEncoding: 'json' }),
|
||||
forum: new Level(`${dataDir}/forum`, { valueEncoding: 'json' }),
|
||||
authorAddresses: new Level(`${dataDir}/authorAddresses`),
|
||||
authorPrivKeys: new Level(`${dataDir}/authorPrivKeys`),
|
||||
|
|
Loading…
Reference in New Issue