Skip to content

Commit

Permalink
chore: remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Apr 27, 2024
1 parent 2fcbe0f commit 1a4a8e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example/bee.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function main() {
.delayUntil(Date.now() + 60 * 1000)
.save();

const job = await queue.createJob({}).save();
await queue.createJob({}).save();

Arena(
{
Expand Down
1 change: 0 additions & 1 deletion src/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module.exports = function (config) {
app.locals.vendorPath = '/vendor';
app.locals.customCssPath = config.customCssPath;
app.locals.customJsPath = config.customJsPath;
app.locals.version = '4.3.0';

app.set('views', `${__dirname}/views`);
app.set('view engine', 'hbs');
Expand Down

0 comments on commit 1a4a8e9

Please sign in to comment.