fixup filename
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details

This commit is contained in:
Ladd Hoffman 2024-05-04 18:10:25 -05:00
parent 50a0a5d4d8
commit ea56cefe90
1 changed files with 1 additions and 1 deletions

View File

@ -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`),