removed unwanted async
This commit is contained in:
parent
2d124a1ef4
commit
9660e263d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
const express = require('express');
|
const express = require('express');
|
||||||
|
|
||||||
async function buildDependencies() {
|
function buildDependencies() {
|
||||||
const dependencies = {};
|
const dependencies = {};
|
||||||
const errors = require('./errors');
|
const errors = require('./errors');
|
||||||
const constants = require('./constants');
|
const constants = require('./constants');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue